PDA

View Full Version : Link + Alert


prwels
10-23-2002, 01:00 AM
I know there must be a script somewhere for this, and I have been searching, but I just can't find it. Anyhew:

I would like a script that links to another site, but has a popup alert warning that the site they are entering has graphical content. I do not own the site that I am linking to, or else I would have it on that page.

How would you do this?

THanks a ton.

beetle
10-23-2002, 01:09 AM
<a href="othersite.htm" onClick="return confirm('The site you are about to view has graphic content.\nDo you wish to proceed?');">Link to other site</a>

realisis
10-23-2002, 01:10 AM
prwels,

I'm confused: if you're linking to the site, why not put your warning in the text that accompanies the link? Why wait until after they click the link?

"By the way, check out <a href="YaddaYadda.html">this cool site</a> - but WARNING: graphical content therein."

prwels
10-23-2002, 01:13 AM
thank you both. :) I think I will do both. Thanks again!