View Single Post
  #6 (permalink)  
Old 01-09-05, 06:16 PM
Comicboards Comicboards is offline
Newbie Coder
 
Join Date: Jun 2004
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by TwoD
<input value="Post Message"
onclick="disabled=true;return true;" type="submit">
should be:
<input value="Post Message"
onclick="this.disabled=true;return true;" type="submit">

Don't think the first script should work in NE either....
Btw, use the [code ][/code ] wrappers for long code pieces. Makes it easier to read.
Thanks!

_____________________
Reply With Quote