Pop Up Message Box

K

Keith

My ASP is limited and I can't recall how to pop up a simple message box
(with OK button).

I want to use them for debugging some code.
 
A

Aaron [SQL Server MVP]

You can't do this from ASP. You do it from client-side script. Safest way:

<script>
alert("Message.");
</script>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,056
Latest member
GlycogenSupporthealth

Latest Threads

Top