1
General Chat / Simple machines
« on: January 31, 2009, 11:40:42 pm »
Forum Url: http://sonzovinfami.smfforfree.com
Who is the owner of the simple machines forum?
Who is the owner of the simple machines forum?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
You were unable to login. Please check your cookie settings.
<html>
<head>
<script type="text/javascript">
function myfunction()
{
alert("HELLO");
alert("WELCOME TO THE FORUM");
alert("ENJOY YOUR STAY");
}
</script>
</head>
<body>
<form>
<input type="button"
onclick="myfunction()"
value="Hello!">
</form>
<p>Hello! </p>
</body>
</html>
alert("HELLO");
alert("WELCOME TO THE FORUM");
alert("ENJOY YOUR STAY");