Page A has a form with various fields such as name, address, and so on. On page B I have a form that has already been filled out with this information. I would like to send the data from page B to page A. The catch is, I can't edit the code on page A, so I can't set it up to look for changes, and I can't put an object on page A to call a function and fill out the form. Is there a way to do this?
javascript and an Iframe! This would require having a page C that would obtain info from page B and then enter the info into page A where Page A would merely be displayed in page C via an Iframe