Applellial Posted April 6, 2011 Share Posted April 6, 2011 Hello all, I was wondering how to do this: Enter values into and submit a form on site B from site A (using Javascript) Load the resulting url into the current site (site A) (using Javascript) I have no idea if this is possible with Javascript, but any help would be much appreciated. If it is not possible with Javascript, what language would I need to do it in? Thanks in advance! Link to comment https://forums.phpfreaks.com/topic/232839-submitting-external-form/ Share on other sites More sharing options...
Adam Posted April 6, 2011 Share Posted April 6, 2011 The only way you can do this is if Site A opens Site B in a window with a name.. Site A can then reference that window through window.windowName. Site B can also reference back up to Site A (the parent window) through window.parent. Link to comment https://forums.phpfreaks.com/topic/232839-submitting-external-form/#findComment-1197628 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.