JavaScript 2
By: a guest | May 1st, 2010 | Syntax:
HTML | Size: 0.21 KB | Hits: 111 | Expires: Never
<html>
<head>
<script type="text/javascript" src="methods.js"></script>
</head>
<body onload="message()">
<script type="text/javascript">
alert("This was called from the page")
</script>
</body>
</html>