HTML & CSS Snippets

Name:Onload Message
Description: Display a popup message when the site load.

Code below...
<!--- Save the code below -->
<!--- Change "This is my message" to your actual message -->
<!--- Open it -->

<html>
<head>
<script type="text/javascript">
function mymessage() {
  alert("This is my message!")
}
</script>
</head>
<body onload="mymessage()">
<p>Hello!</p>
</body>
</html>

« Back to HTML & CSS Snippets

Home | Site Map | Privacy Policy | Advertising | Contact Us
Copyright © 2006-2014 r2xDesign.net - All Rights Reserved.
eXTReMe Tracker