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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Force Login!!!
Hi,
I have a form in which I use the following:
<form name="shoppingCart"http://shopping.sandbox.netsuite.com/app/site/query/additemtocart.nl?c=5689XXXX&n=1&ext=T&login=T&logoff=T&reset=T id="shoppingCart" onsubmit=" return CheckForm();" action='' method=post> <input type='hidden' name='buyid' value='63'> <input type='hidden' name='c' value='5689XXX'> <input type='hidden' name='n' value='1'> <input name='add' id='add' size=4 value=1 type='hidden'> </form>
0