Mega Code Archive

 
Categories / JavaScript Reference / Javascript Methods
 

Alert() Example

<html> <body> <input type="button" onClick="alert('This is an alert window');" value="Click me"> </body> </html>