Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Any javascript experts out there - dynamically created an iframe URL
I'm new to both Netsuite and javascript. I want to put a Netsuite form on our own website to mask the long netsuite URL from our customers. I'm told the way to do this is to build and iframe into a webpage on our site. However, I need the src URL in the iframe to be dynamic since I want to pass values to the form via the URL.
I've built the following HTML/Javascript:
<html>
<head>
<script language='javascript'>
var str = (location.href);
var start = str.search(/[?]/);
var result = str.substring(start + 1);
var myurl = '