setting focus after submission

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 />
Can anyone give me an example ?<br />
<br />
Thanks in advance!<!--content-->Dave post a really neat trick yesterday for the same topic...search the threads on the forum,you may find it..:-)<br />
If not then I can probably try to immitate the functionality.<br />
:D<!--content-->We need to start collecting the good ones and the stock answers.<!--content-->
 
Back
Top