G
Greg Collins [MVP]
I've searched around and can't seem to find an answer to this... maybe someone has already done it.
I want to create a redirection page for hyperlinks which point to an external site or file. This is so that I can keep track of how many visitors are linking to external resources from the site using the hosting server's statistics package.
Due to technical constraints that I don't want to get into right here, I am unable to have the original link open the new browser window... I need to be able to do this with aspx code.
Here's what I want to do: When a user clicks a link on a page, they go to a link such as the following:
http://www.mysite.com/redirect.aspx?url=http://www.offsite.com/folder/file.zip
When they get to the redirect.aspx page, I want to:
1. Open a new blank browser window which will load the offsite url.
2. Redirect back to the referring url with no history of having visted the redirection page.
Is this even possible?
I want to create a redirection page for hyperlinks which point to an external site or file. This is so that I can keep track of how many visitors are linking to external resources from the site using the hosting server's statistics package.
Due to technical constraints that I don't want to get into right here, I am unable to have the original link open the new browser window... I need to be able to do this with aspx code.
Here's what I want to do: When a user clicks a link on a page, they go to a link such as the following:
http://www.mysite.com/redirect.aspx?url=http://www.offsite.com/folder/file.zip
When they get to the redirect.aspx page, I want to:
1. Open a new blank browser window which will load the offsite url.
2. Redirect back to the referring url with no history of having visted the redirection page.
Is this even possible?