Displaying Information with JScript

Programs typically display information to a user. The most basic method is to display a text string. A JScript program may display information through different procedures depending on the use of the program. There are three common ways to use JScript: in an ASP.NET page, in a client-side Web page, and from the command line. Some methods for displaying from each environment are discussed here.

In This Section

  • JScript Reference
    Lists elements that comprise the JScript Language Reference and provides an example of the correct syntax for each element.

  • MessageBox.Show
    Illustrates the syntax of the MessageBox.Show method and the options that return various results.