Anchor with variables

jccorner

Centurion
Joined
Jan 31, 2004
I have a datagrid that uses a template column. The column is basically a hyperlink to the page but with request variables. These variables are used to load a form at the bottom of the page. What I'm trying to do is go to the bottom of the page when a link is clicked on in the datagrid. I was trying to use an anchor but it only works without variables and for some reason I can't find an adequate solution. I thought about using javascript but what if the user does not allow javascript?? Is there another possible way to automatically have the screen scroll down to the bottom of the page?? Appreciate any assistance.
 
Top Bottom