Change the Status Line


Enter the text for the status line in the space below, then press the CHANGE button to change it.


end.

 

  • Source

    <HTML>
    <HEAD><TITLE>The Amazing Status Line Changer</TITLE>
    </HEAD>
    <BODY>
    <H1>Change the Status Line</H1>
    <HR>
    Enter the text for the status line in the space below, then
    press the CHANGE button to change it.<HR>
    <FORM NAME="statform">
    <INPUT TYPE="text" SIZE="65" NAME="input1"><BR>
    <INPUT TYPE="button" VALUE="CHANGE" 
    onClick="window.status=document.statform.input1.value;">
    </FORM>
    <HR>
    end.
    </BODY>
    </HTML>