Change window status bar text when clicking a button
|
|
<HTML> <BODY> <FORM> <INPUT type="button" value="Change Status!" onClick="window.status='Hey there!';"> <P> <INPUT type="button" value="Clear Status!" onClick="window.status='';"> </BODY>
</HTML>
|
|
|
HTML code for linking to this page:
Related in same category :
-
-
|