Hi,
Is there any way of going to a section in a page while at the same time passing a value to it?
I have tried:
<a href="viewform.asp#bottom?ClientID=21">Click here</a>
and also
<a href="viewform.asp?ClientID=21#bottom">Click here</a>
but no luck so far.... either it ignores the parameter but doesn't scroll down to the bookmark or it goes to the bookmark and ignores the value being passed to it.
Thanks
Ed
Is there any way of going to a section in a page while at the same time passing a value to it?
I have tried:
<a href="viewform.asp#bottom?ClientID=21">Click here</a>
and also
<a href="viewform.asp?ClientID=21#bottom">Click here</a>
but no luck so far.... either it ignores the parameter but doesn't scroll down to the bookmark or it goes to the bookmark and ignores the value being passed to it.
Thanks
Ed