Hey,
I'm trying to prefill a form that's located in another domain. I have the form in an iframe and I remember that javascript doesn't allow cross domain scripting, so how would I go about filling in a form that's located on another domain? Is it even possible?
I want to help my users by pre-filling certain information of the form that I've already collected in my registration page.
Furthermore, the iframe'd page has 2 forms, 1 that leads to another, so it would be nice if it's possible to fill both of them and emulate a submit button click, since everything they would need to submit is already collected by me, and it seems redundant to type the information twice.
EDIT: Since people have confirmed that it's impossible, do you know if there's a way to at least notify the browser to use autofill or an equivalent of FF's form fill, or IE's autocomplete?
Cheers,