<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.