Anchor tag or onjSubmit, setFocus()?

liunx

Guest
Hi,<br />
<br />
I have a submit button which after pressed, goes to the top of the page. I want it to stay on the same place on the web page. Is it possible to do? <br />
<br />
Here is the code:<br />
echo "<form action='Process.htm?sPId=10&x=".microtime()."' method=post ><br />
<td align=center valign=middle><font size=-1><br />
<input type=submit name=submit value='Completed'><br />
<input type=hidden name=sCompleted value='".$x."::".$sReportDataId."'><br />
</font><br />
</td><br />
</form>";<br />
<br />
Any help will be appreciated.<br />
<br />
Thanks in advance!<!--content-->set the focus<!--content-->
 
Back
Top