I'm not sure what the problem is without seeing code but if you're using javascript to open a pop up, why not just pass the cgi.script_name variable to the javascript function?
I notified the value of http_referer is blank in IE but shows in firefox. After spending a few minutes on google, I found out http_referer is not reliable as it can be tweaked and some browsers don't show it anyway.
So my question is instead of using cgi.Http_referer to show the value of the referring url, what other method is there?
-----------
A virtual machine ate my accounting data. I transferred it to a physical box, then I beat it to smithereens with a sledgehammer. I feel better.
will send the current page to the javascript function... from there you can have your javascript function take that page name and do whatever you want with it.. including sending it as a variable in the url of the popup window.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.