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.
Quotes in Quotes ;/
please help me fix this:
var x = 1; var html ="<script type='text/javascript'>var newurl="+ x +"</script>" response.write(html); var updateURL ="<script type='text/javascript'>document.write('url is:' + newurl)</script>"; response.write(updateURL); [COLOR=#5c5c5c][SIZE=2][/SIZE][/COLOR]WORKS!
When I do:
x = "http://xxx" //whatever
nothing is being displayed!?! :cool:
thanks,
[SIZE=2][COLOR=#005c00]
[/COLOR][/SIZE]
0