php - How to use form information to auto populate a form on another webpage -


i trying figure out way can populate form fields on webpage users password managers do. problem not owner of second webpage. thought using javascript iframes doesn't work. i've tried using php replace form information adding values saved previous form. need add info on second form after first 1 submitted. after submit first page off page , can't change else. i'm kinda out of ideas , knowledge limited. ideas or input appreciated. thank time , effort.

cannot done because of sop (same origin policy) enforced on javascript code. alternative through xss, other via bookmarklet, , last choice trough greasemonkey script.

greasemonkey may best choice, if data filled in website. best choice because greasemonkey scripts can perform cross domain ajax requests.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -