javascript - Cross site scripting forms -


I want to help fill out the form for my users with the default value on other pages. To do this, I want to do this in an iframe I would like to show a different page (from a different domain) and enter the default value when needed in the field. But due to cross site scripting protection it is not possible.

I have checked and it almost works to see the page through proxy, but unfortunately not always. Is there another way to do this? Ie

How to connect to fields in iframe? Is this possible?

AFAIK, you can not access fields from any other page like iframe If you want to fill out a form using JS, you can try typing bookmarklet for your browser. This is a bookmark that executes JavaScript on the current page.


Comments