NB: This page uses some "document.write" statements to print JS variables, please allow the blocked content for it to operate properly!

The two forms below both use dojo.io.FormBind to submit through Dojo.
The response handler simply uses alert() to signal that the rsponse was received.
The purpose of this test is to verify that form submission behavior is consistent between IE and Firefox. Notably, that the problem reported in tracker #2844 is fixed.


Here is a good form:

Here is a bad (from IE's handling of attributes such as action and method) form:



Below you can see the various ways to try to get the form's action and their results for each form.
Load this page on FF and on IE and verify the form submission works properly.