Hi all,
I have a simple hyperlink text that brings the user back one page on an asp page:
<a class=tbl-nav href="JavaScript:history.back(1)"><- Go Back</a>
How can I hide this link if the user is already at the first page. Is there syntax to check where the user is in respect to history, i.e. page 1, 2, 3?
Any ideas are greatly appreciated.
MDA
I have a simple hyperlink text that brings the user back one page on an asp page:
<a class=tbl-nav href="JavaScript:history.back(1)"><- Go Back</a>
How can I hide this link if the user is already at the first page. Is there syntax to check where the user is in respect to history, i.e. page 1, 2, 3?
Any ideas are greatly appreciated.
MDA