welcom message script

S

seamamel

hi
here a script to insert into sorce code , it s a welcom message wich
opne in a new window , it s funny

to insert this script into <HEAD> et </HEAD> :
<script language="javascript">
function bonjour()
{
alert ("welcom message");
}
</script>
<script language="javascript">
function aurevoir()
{
alert (" thank you very much ,enjoy your surfing ");
}
</script>
to insert between <BODY> et </BODY> :
<body onload="javascript:bonjour()" onunload="javascript:aurevoir()">

faithfully your s
mami zak
http://frontstores.com
 
L

Lars Enderin

(e-mail address removed) skrev:
hi
here a script to insert into sorce code , it s a welcom message wich
opne in a new window , it s funny

to insert this script into <HEAD> et </HEAD> :
<script language="javascript">
function bonjour()
{
alert ("welcom message");
}
</script>
<script language="javascript">
function aurevoir()
{
alert (" thank you very much ,enjoy your surfing ");
}
</script>
to insert between <BODY> et </BODY> :
<body onload="javascript:bonjour()" onunload="javascript:aurevoir()">

faithfully your s
mami zak
http://frontstores.com
It's pathetic.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,901
Latest member
Noble71S45

Latest Threads

Top