Version 5- Out of stack space on form submit error

  •  01-16-2006, 8:38 AM

    Version 5- Out of stack space on form submit error

    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();">

View Complete Thread