AKJTR wrote:
> Now they want an disclaimer page in between, that informs the user they are
> leaving our site and going to somewhere elses.
> My ? is how to create a disclaimer page and still pass the dynamic url.
You could create a new page, Disclaimer.aspx, that took in a URL through
a querystring parameter. This Disclaimer page would display the
disclaimer and provide a link to the URL in the querystring. So you'd
visit something like:
http://www.yoursite.com/Disclaimer.a....com/blah.aspx
This would display the disclaimer and provide a link to
http://someothersite.com/blah.aspx.
Make sense? Essentially you need to introduce an intermediate page
(Disclaimer.aspx). hth
--
Scott Mitchell [ASP.NET MVP]
http://www.4GuysFromRolla.com/ScottMitchell