Monday, May 21st, 2007...1:30 pm

Focusing first form element on page load with prototype

Jump to Comments

All in one line thanks to prototype

Event.observe(window, 'load', function(){Form.focusFirstElement('yourFormId');}, false);

Leave a Reply