Sample code for embedding a `window.alert` in NetSuite using HTML. <hmtl> <body> <script> window.alert(“ALERT MESSAGE”); </script> </body> </hmtl>