Hi there, is it possible to retrieve the URL of a webpage which a user has been redirected to using some tags in ASP?

I'm building a site where the user is redirected to an external webpage when they select a button. This external page is almost always different each time.

I have been able to embed a redirect using:

<form method="POST" action="http://dx.doi.org" runat="server">...