I discovered that my board, which uses Andy Tomaka's "Formatting Messages" hack, had a problem with this script... the preview window didn't include the formatted text... adding the following code fixed that issue:
find in the PreviewForm routine:
add right after it:
That did the trick.
I'm having the same problems with the preview button submitting the post, but I think I've got it fixed... I discovered that deleting the "
document.forms[0].submit();" lines out of each of the javascript headers did the trick. After parsing through the code, I really have no idea why it was in there in the first place...