I have the following problem. I have a script, which creates an iframe
inside a regular HTML page (with XHTML strict declaration) and inside this iframe
a form
is created to request a PDF. Problem is: The form
-element is lacking the submit
Method.
The whole script works in a non-strict environment. Does anyone of you have an idea how to fix this? (Switching to non-strict is not an option)
Available Libraries:
- PrototypeJS 1.5
- Ext JS 2.1
Iframe and form present in DOM:
Form does not seem to have submit method