Is it possible for a form to be posted to an object element, the same way that it can to an iframe (e.g. form target=”idOfIframe”)? In an attempt to keep this page XHTML-strict compliant, I would like to avoid iframe if possible.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, it isn’t.
<object>elements are for embedding external media. They don’t support the interactive features of iframes.If you need the functionality of an iframe, then switch to Transitional (or the HTML 5 draft).