|
Basic JavaScript Alert
| Language: |
JavaScript |
  
Rated by 6 Users
1 Star = Horrible 5 Stars = Perfect
Rate Code Now
|
| Posted By: |
keith |
| Author Website: |
asp or php |
| Posted On: |
6/21/2007 |
| Code Views: |
8191 |
Just a simple JavaScript that will display a message box when the page loads.
|
<script language="JavaScript"> alert('Message Here'); </script>
View code in Textarea
This code has not been tested by Your WebCode. Use it at your own risk.
Please report any copyright violations.
|
|