This is starting to annoy me. I have a page with an iframe in it. The page that is displayed in that iframe has a small piece of javascript on it. Essentially, when the user clicks a link a hidden value is updated and the form should be submitted.
However, when I issue the document.myform.submit(); command from within the iframe, I get the following error:
"Object doesn't support this property or method"
Can I not do a submit like this on a form in an iframe? Am I doing it wrong? Any help?
javascript submit() in iframe
Moderator: General Moderators