Joke Error Message
Instructions:
1: Copy and paste the following script in the HEAD section of your page:
Select all...
<script language="javascript"> function chngimg(n){ if(n){ document.images['fst'].src="nobuttn.gif"; document.images['sec'].src="blnkbut.gif"; }else{ document.images['sec'].src="nobuttn.gif"; document.images['fst'].src="blnkbut.gif"; }} </script>
2: Copy and paste the following HTML in the BODY section of your page:
Select all...