Main
Frontpage & news
Web
Tutorial
Java
Scripts
Windows98
Tip & tricks
Files
Tweaks
Windows
Discussion
BetaNews
forum
Links
Favorites
Search
Engines
Other
Contact
Webmaster
|
|
Conrfirm
Script
<!-- This allows the user confirm entering the page -->
<SCRIPT LANGUAGE="JavaScript"><!--
//modified by Coffeecup.com
function Info()
{
if (!confirm("You are entering a site where ........... Press <OK> to enter.
Press <Cancel> if you want to change your mind.......... "))
history.go(-1);return " "
}
document.writeln(Info())<!--End--></script>
|
Example |