I am creating a "to the top" navigation for each page if numbers of lines are a certain size, can someone tell me what command is used to set the <a href=to the current page></a>
Many Thanks
Printable View
I am creating a "to the top" navigation for each page if numbers of lines are a certain size, can someone tell me what command is used to set the <a href=to the current page></a>
Many Thanks
If you want to do what I think you do you need to set an anchor
put this at the top of you page
<a name="Top"></a>
and then in your code put in
<A href="top">TOp of page</a>
to goto it
hope this helps
Ian
AAAAH of course, but how would you get the current page?
sorry mate, what do you mean by the current page
I think request.querystring ...this, hold on is this it?