So IE (6, at least) won't help me with $_SERVER["HTTP_REFERER"] that I request with PHP.
But I'm new to Javascript and have just used a little routine in a pop-up to refresh the page from which the popup was called (i.e. parent). Works beautifully in FireFox, Safari, etc.
There's NO security issue - I'd just like to the user loaded in the window is url of page from which the pop-up (for editing) was called. (and not the pop-up's URL).
Am I forced to send the URL in a GET when I link to the pop-up?
Thanks