Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
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.
0