Jump to content

[SOLVED] Multiple form actions...


Maq

Recommended Posts

Sorry if I wasn't clear.  Let me explain.  I have an affiliate program and when we terminate an account we must send a void URL with some vars in it back to the program.  I also want to return to the "terminate.jsp".  I don't need to pass any vars to "terminate.jsp".  So my question is how can I send both URL's.  I ultimately want to end up at "terminate.jsp" but I want to call the other affiliate URL when the user clicks the submit button.  Is this a better explanation of my problem?

you'd need a way of forwarding the user from the initial target (the page that nullifies the account) to terminate.jsp.  do you have access to the affiliate's page, or is it on their website?  if so, you may be able to construct a cURL request or use sockets to do so.

Thanks, akitchin.  Everything works now.  I used:

 

","new",",resizable=1,toolbar=no,width=550,height=250")

 

So now the current window stays on terminate.jsp and it also opens a pop-up window to call the URL for the affiliate.

 

-Tim

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.