Jump to content

Submitting External Form


Applellial

Recommended Posts

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
Share on other sites

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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.