Home Up Guest Book About Me WebTV Tricks HTML Tricks

onLoad Alert

 

This is very basic, here's the script:
NOTE: Insert this script anywhere between the <body> .... </body> tags of your HTML document.

<script language="JavaScript">
alert('Your text goes here')
</script>

Home Up Guest Book About Me WebTV Tricks HTML Tricks