Passing URL Parameters

J

James Mueller

Scenerio:

We have a webpage called 'webpage1.aspx'.

When a user browses to that page and clicks the link 'downloaded free', they
go to another page called 'redirect.aspx'. The URL in the address bar is
http://domainname.com/redirect.aspx?URL=http://redirectdomain.com/.

We have a Continue button on 'redirect.aspx' which we would like to link the
URL=http://redirectdomain.com/ too.

We have tried using Hyperlink Parameters to pull in the URL, but it didn't
work.
Any advice would be greatly appreciated.
 
Top