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.
Passing Client side Input to Suitelet?
Hi,
I have the following html for a user to choose an item and enter date:
itemchoice= "Please Select an Item: &nbsp<SELECT id='items'><OPTION VALUE='1'>Item1<OPTION VALUE='2'>Item2<OPTION VALUE='3'>item3</SELECT>&nbsp &nbsp &nbsp Date: &nbsp <INPUT TYPE='TEXT' SIZE='5' id='Date' VALUE=''>&nbsp"; itemchoice+= "<input type='button' onclick='getinvoices()' value='Results'>";
0