Page 1 of 1

[ SOLVED ] pass variables through url with anchor

Posted: Wed Dec 14, 2005 1:37 pm
by paladaxar
I cant seem to get my site to pass a variable through a URL that has an anchor in it. Is this even possible? If so, what is the format/order for doing so? Variables first? Anchor first? Neither seem to be working for me.

Posted: Wed Dec 14, 2005 1:43 pm
by paladaxar
I got it. Sorry about that.

This is the format that i used (incase anyone else is wondering): http://www.foo.com/bar.php?var=value&#anchor_name

I wasnt using the '&' before.