waytech2003
Programmer
I have a shopping site that runs in a frame page. When the customer is ready to checkout, I need the FORM ACTION to open up in the TOP window, not the current frame. Can this be done?
Normal shopping functions are done in http:// pages because they are served quicker, and when ready to end, I switch to secure https:// page to collect payment details. I am using what I was told is a shared SSL server, an if I run the entire shopping experience in https:// it is very slow.
Sample:
<FORM ACTION=" NAME="form" METHOD="GET" onsubmit="return ValidateCart(this)">
Normal shopping functions are done in http:// pages because they are served quicker, and when ready to end, I switch to secure https:// page to collect payment details. I am using what I was told is a shared SSL server, an if I run the entire shopping experience in https:// it is very slow.
Sample:
<FORM ACTION=" NAME="form" METHOD="GET" onsubmit="return ValidateCart(this)">