Hi,

Here is my dilemma. I need to pass the referring URL to an ASP page. Normally, I would of course use the HTTP_REFER server variable. The problem is that I am opening the ASP page via a javascript:window.open('http://blah/stuff.asp') link so that I stay on the current page but open a new window. When I do this, the HTTP_REFER variable is blank because it is a new window (at least I think that is why). The other catch is that the link that opens this window can not require any additional code on the page on which it resides. In other words, I don't want to require someone to add some javascript or vbscript code to their page for me to get their URL. I hope this makes sense. If you have any ideas, please share them!

Thanks!
Matt