Click to See Complete Forum and Search --> : submit button


gmichal
03-05-2003, 12:00 PM
how after i am doing submit i want the curser go to the top of the page...
i am using *.asp and not *.html
thanks

gmichal
03-06-2003, 01:08 PM
yes it is doing the work
so if i want it to be on the top of the page (not on the fisrt elemnt) i need to put the form tag on the top of the page and add an hidden input as the first element?! their is no a better way?!....

gmichal
03-07-2003, 01:23 PM
:p this one is working!!!!
can i instead of write element i can write the id of that elements?
anyway thanks

gmichal
03-08-2003, 09:35 PM
sorry for the misunderstamding i ment for the first unswer
this.elements[0] .focus();
return true;