It would be nice if the input focus were automatically moved into the input box in the botcheck, rather than requiring the user to click into the box.
There is Javascript form autofocus code at the link given that could be used to easily do this.
Suggestion: autofocus on botcheck input box
- chaosprime
- Редник (Private)
- Мнения: 10
- Регистриран: ср окт 31, 2007 9:33 pm
- Местоположение: New Jersey
- Контакти:
That javascript code is seriously the most ugly piece of work I've ever seen lol... I like your suggestion which is why I'll help by adding the simplest javascript method of focusing on an input box.chaosprime написа:QUOTE(chaosprime @ Nov 2 2007, 11:09 AM) It would be nice if the input focus were automatically moved into the input box in the botcheck, rather than requiring the user to click into the box.
There is Javascript form autofocus code at the link given that could be used to easily do this.
Код: Избери всички
document.form1.imgcode.focus();
Последна промяна от Nastiezo на ср ное 07, 2007 6:38 pm, променено общо 1 път.