Classic ASP BasicsFor beginner programmers starting with "classic" ASP 3, pre-".NET." NOT for ASP.NET 1.0, 1.1, or 2.0
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Classic ASP Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
Hey guys, i'm new at this ASP stuff and i'm trying to generate an error window such as the ones that are generated with alert("something") when JavaScripting.
I'd like to know how to get this done on ASP.
Thanks
The VBScript equiverlant is called MSGBOX, although if you use it in ASP the popup will appear on the SERVER and not on the CLIENT machine, if you want to use CLIENT SIDE VBScript then it will run in the same way as ALERT.