wsangster
07/24/2019, 3:11 PMcontext.response.write(html)
to diaplay the page. This works fine. The down side it is I would like to put one of the HTML <script> tags in a seperate file so it is easier to edit and I don't have to convert every line to a string by putting it inside +'html javascript code goes in here'
. I am able to do this with a <script src="https://.... ">
tag but once the suitelet runs and loads this file it no longer runs a variable I've declared at the beginning of my Suitelet, also I start getting 404 errors about a Trusted file not found. Which has the Netsuite Domain. Just wondering if anyone has any ideas.. Worst case I'll continue with adding my HTML in as string lines with the plus sign. ThanksMichael Pope
07/24/2019, 3:40 PMwsangster
07/24/2019, 3:47 PMMichael Pope
07/24/2019, 3:47 PMMichael Pope
07/24/2019, 3:48 PMwsangster
07/24/2019, 3:50 PMwsangster
07/24/2019, 3:50 PMMichael Pope
07/24/2019, 3:59 PMMichael Pope
07/24/2019, 3:59 PMMichael Pope
07/24/2019, 3:59 PMwsangster
07/24/2019, 4:00 PMwsangster
07/24/2019, 4:01 PMwsangster
07/24/2019, 4:01 PMMichael Pope
07/24/2019, 4:10 PMMichael Pope
07/24/2019, 4:10 PMMichael Pope
07/24/2019, 4:10 PMMichael Pope
07/24/2019, 4:11 PMMichael Pope
07/24/2019, 4:11 PMMichael Pope
07/24/2019, 4:11 PMwsangster
07/24/2019, 4:20 PMwsangster
07/24/2019, 4:20 PMwsangster
07/24/2019, 4:24 PMMichael Pope
07/24/2019, 4:37 PMMichael Pope
07/24/2019, 4:37 PMMichael Pope
07/24/2019, 4:38 PMMichael Pope
07/24/2019, 4:38 PMwsangster
07/24/2019, 4:39 PM