Chris
08/31/2020, 6:31 PMSandii
08/31/2020, 6:33 PMSandii
08/31/2020, 6:35 PMvar iframeurl= url.resolveScript({
scriptId: 'customscript_idhere',
deploymentId: '1',
});
iframeField.defaultValue = "<iframe style= 'display: none' id= 'iframeid' title: 'Gimme a Name' width = '100%' height= '180' src=" + iframeurl + "></iframe>";
Sandii
08/31/2020, 6:36 PM¶m1=something
, etcerictgrubaugh
08/31/2020, 6:39 PMerictgrubaugh
08/31/2020, 6:40 PMerictgrubaugh
08/31/2020, 6:40 PMAppend “ifrmcntnr=T” to the external URL when embedding in iFrame especially if you are using Firefox. (For more about NetSuite and iFrame, see Embedding an Online Form in your Web Site Page.)
Chris
08/31/2020, 6:45 PM