Sample code for embedding a `window.alert` in NetSuite using HTML.

<hmtl>

<body>

<script>

window.alert(“ALERT MESSAGE”);

</script>

</body>

</hmtl>

Leave a comment

Your email address will not be published. Required fields are marked *