I am new to code and starting with ASP. How do I create a simple message box so I can alert the users on the web page?
<% response.write("<script language=""javascript"">alert('Hello!');</script>") %>
2.1m questions
2.1m answers
60 comments
57.0k users