Discussions
Setting Continue Shopping Button within IFrame
Does anyone know how to set the Continue Button redirect within a IFrame.
We basically want the shopping cart to load and then be able to redirect to another URL. We don;t want to override our default continue shopping url within the netsuite website setup.
Here is the code that is not working.
<iframe src="http://shopping.netsuite.com/s.nl?sc=3&c=xxxxxx&n=1&ext=T" height="1200" width="990" hspace="0" vspace="0" align="center" frameborder="0" scrolling="vertical" id="mainFrame"> <input name="continue" id="continue" value="http://www.google.com/" type="hidden"/></iframe>
Thanks in advance.