No, ASP runs on the server, so if you could execute Msgbox in your ASP code,
it would be on the server, and who would be there to click it? You have to
use client-side code in your HTML, i.e.
<script langage="javascript">
alert('Hey');
</script>
Ray at home
"Bill" <ft********@aol.com> wrote in message
news:14*****************************@phx.gbl...
Is There a Message Box in Active Server Script like in
Visual Basic?
The four books I have show it the same as VB but I get a
Message "Permission Denied"
MsgBox "Message"
Thank You in Advance
Bill