
mr dookie
Senior Member

Aug 16, 2005, 8:14 PM
Post #1 of 6
(494 views)
Shortcut
|
|
Basic Script for an Alert Box.
|
Can't Post
|
|
<html> <head> <script type="text/javascript"> function message() { alert("Insert text here") } </script> </head> <body onload="message()"> </body> </html> Et Voila! An Alert Box filled with whatever writing you wish...
(This post was edited by mr dookie on Aug 16, 2005, 8:14 PM)
|