By taking the 'simple.asp' example form that came with the version 5 editor, if you
submit the form through javascript instead of using a standard 'submit' button; the editor
goes into an infinite loop and crashes with an out of stack space message.
To duplicate, change the submit button in the 'simple.asp' page to:
<input type="button" value="Submit" ID="Submit1" NAME="Submit1" onclick="document.theForm.submit();">