views:

117

answers:

0

Inside dijit.Dialog, I am trying to process a dijit.form.Form. The problem is: on hitting the submit button, the dialog box just closes and does nothing - while it's expected to submit the form to login_submit.php and alert() with a message saying the form was submitted successfully. This works fine on Firefox/Chrome though.

The code is located at http://ittitude.com/testdojo/index.html

It's 3 simple html files:

index.html : the landing page

login.html : loaded in dijit.Dialog (from index.html)

login_submit.html: has a variable in json format in a <textarea>

Your help would be greatly appreciated.