Click to See Complete Forum and Search --> : Submitting FORM Question


vbprog40
10-27-2003, 10:32 PM
I have a Online Store Im developing. I host the store on my server and after you do everything and are ready to pay you click a button that says "Pay Now". This button is on, will call the[Main Page]. The "pay now" button opens a small window,
using: javascript:popUpwindow('http://whatever.com') which is a page hosted on a secure server, not avalible for change. Once creit card processes it can go to a refer page.


NOW FOR MY QUESTION. After the card clears and goes to the refer page I want the [MAIN Page] to change.

SO IN SHORT...Add stuff to cart [Main Page], Click paynow, once finished [Main Page] changes.

THANK YOU VERY MUCH!

Khalid Ali
10-28-2003, 07:54 AM
the way you have described your problem, it seems rather hard to think of a way to get this done.
See as soon as you load an out of domain page,you loose all control on child window,and since your parent window have no knowledge of a child window,its almost impossible using javascript to get find out if the form on child window is submitted.:(

vbprog40
10-28-2003, 10:22 AM
Would it make a difference if I said the Refer Page (page small window goes to once card clears) was hosted on my Server...? When they get back to the refer page I will have a "close window" button which can be a form.....Does this help any?


Thank you.