Hi there:
We'll skip the evils of popup windows!
I'm using one to pop-up a help-page. Depending where the user clicked 'help', relevant help material is displayed in a pop-up window (using JavaScript).
To do this the hyperlink passes a variable in the normal way to the pop-up page.
However; seeing as the href is a '#' (to prevent the current page from changing to the help page too..) then the variable I set using <a href="#?page=somepage">help</a> is not picked up by the pop up window.
How on earth does one do this? I have scoured the archives for nearly an hour without success...
Any pointers would be well-received (as opposed to unwell-recieved whatever that is..)
Cheers:
Russ