A javascript, was what popped up as you opened this
page.A javascript creates a pop-up when you enter, leave or when you
right-click. These can be used as welcoming messages, come back soon messages,
or to stop users from taking your script, HTML, or your images. Obviosly the
most advanced thing on websites:
This code can be used to make a entering pop-up:
<BODY onLoad="alert('TEXT
HERE');"></textarea>
This code makes a leaving pop-up:
<BODY onUnload="alert('TEXT
HERE');"></textarea>
I’m sorry but these two codes
can’t be
mixed without this code:
<BODY onLoad="alert('ENTER
TEXT');"onUnload="alert('LEAVING TEXT');">
This is a code that welcomes visitors
and asks for their name:
<Welcome to my site,
<script language="VBScript"><!--Dim Name
Name=InputBox("Whats your name?")document.write Name-->
</script>
_______________________________
©Jimman Productions
2000-2002
All Rights
Reserved.