- Tue Mar 11, 2003 5:13 pm
#63549
I have this java script for a confirmation of entry to a particular page on my site...
<script>
var stay=confirm("YOUR MESSAGE HERE")
if (!stay)
window.location="WEBSITE LOCATION"
</script>
Now, does anyone know where this goes in HTML (head, body
) and is that right because I can't get it to work!?
<script>
var stay=confirm("YOUR MESSAGE HERE")
if (!stay)
window.location="WEBSITE LOCATION"
</script>
Now, does anyone know where this goes in HTML (head, body
