I know I have done this before years back but I cannot remember how... I am thinking it wasn't called and alert but cannot find anything on this.
Michael
Printable View
I know I have done this before years back but I cannot remember how... I am thinking it wasn't called and alert but cannot find anything on this.
Michael
Code:<!-- * Script from HTMLHelpCentral.com - visit for tutorials, scripts, helpful forums and more! * -->
<script language="Javascript">
<!--
confirm ("This is a Javascript confirm")
//-->
</script>
Yeah, confirm does the trick. It returns either True for "OK", or False for "Cancel", of course.