Prototype comes to the rescue: http://www.prototypejs.org/api/event/observe.

Event.observe(window, 'load', function() {
    $('text1').focus();
}

-- 
Thiago

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to