Forum Moderators: coopster
I wrote a PHP page that accepts a variable sent with GET method (example myPage.php?myVar=myValue).
I'd like to open a link to an anchor myAnchor situated in this page.
I think I can't achieve that result just adding # (myPage.php?myVar=myValue#myAnchor or myPage.php#myAnchor?myVar=myValue).
Is there another way (PHP script, Javascript function, magic spell :)) or is it completely impossible?
Thanks for your attention!