drewex
06-30-2004, 02:50 AM
Hi all,
I am adding dynamic input boxes to the page and onclick i make it submit. But when it submits it loses the place it was and jumps all the way back to the top of the page. I need it to stay at the same place like its a fixed object on the page. Is there a way to get it to the same place.
Response.Write("<TD width=5><input checked onclick=""Form1.submit();"" id=""Processor"" name=""Processor"" type=""radio"" runat=""server"" value=""" & Rs("Processor") & """ ></TD>" & vbCrLf)
Note: i use #processor it goes to the right place but i moves the scroll a bit every time it goes certain spot. I need it to stay where it was before submit.
Please help
I am adding dynamic input boxes to the page and onclick i make it submit. But when it submits it loses the place it was and jumps all the way back to the top of the page. I need it to stay at the same place like its a fixed object on the page. Is there a way to get it to the same place.
Response.Write("<TD width=5><input checked onclick=""Form1.submit();"" id=""Processor"" name=""Processor"" type=""radio"" runat=""server"" value=""" & Rs("Processor") & """ ></TD>" & vbCrLf)
Note: i use #processor it goes to the right place but i moves the scroll a bit every time it goes certain spot. I need it to stay where it was before submit.
Please help