- Joined
- Aug 25, 2005
- Messages
- 1,133
javascript help
I've never programed in javascript before so i was messing around with it but for some reason i can't get this simple alert button to work...
I've never programed in javascript before so i was messing around with it but for some reason i can't get this simple alert button to work...
Code:
<form action="">
<input type="button" value="click!">
onclick="Alert1()"/>
</forum>
<script type="text/javascript">
<!--//
{
Function alert1()
alert="test!!"
}
//-->
</script>
Last edited: