Is it possible to make a message box using ASP? I have tried to use the same syntax as in VB but it doesn't work.
Code:
MsgBox "This is a test", vbOKOnly + vbInformation, "Test"