Change Window Status Bar





You can add this to your page with this code
<center>
<form>
<input value="Click Here To Change The Window Status Bar" type="button"
onClick="var gg=prompt('Type anything you like')
window.status=gg">
</form>
</center>