Click to See Complete Forum and Search --> : exit disclaimer


rvs0002
April 15th, 2002, 05:19 PM
I need to create a disclaimer page when someone clicks on a hyperlink to leave our site...I don't want a pop-up window, but a page where they can read our diclaimer and then hit a button to continue on to the link. Can someone steer me in the right direction to do this? Thanks a lot.
John

Manish Malik
April 17th, 2002, 06:25 PM
Create a script in Perl/PHP/ASP/Whatever, and name it like link.php. Then make your hyperlinks to outside sites as http://www.example.com/link.php?goto=www.microsoft.com. Now, whenever someone clicks on this link, your link.php should display a page with the required message, and then redirect the user to the site after he/she presses the button.



Manish
http://www.manishmalik.com

Discuss it all at the Developer Forum : http://www.codeguru.com/cgi-bin/bbs/wt/wwwthreads.pl?action=list&Board=devforum ...

rvs0002
April 18th, 2002, 11:33 AM
Thanks Manish. I appreciate your response. I will need to do it in Perl, so if you know of anybody who has any pre-existing code that is similar I could look at it would be much appreciated. Thanks again for the reply.
John