Which ASP object is often used to send output to the user from the server?
Which ASP object is often used to retrieve user-information from forms?
A session ends if a user has not requested or refreshed a page in the application for a specified period. How long is this period - by default?
In ASP, which command is used to retrieve a cookie value?
In ASP, which command is used to create a cookie?
How do you create a FileSystemObject?
ASP comes with a standard component that displays a different advertisement each time a user enters or refreshes a page, what is the name of this component?
Which of these objects is NOT an ASP component?
Global.asa is required for all Web sites
Which one of these events is a standard Global.asa event?
If a user has cookies enabled, a session variable is available to all pages in one application.
All users of the same application share ONE Application object.
All users of the same application share ONE Session object.
Which ASP property is used to identify a user?
Page 1 has this link: <a href="page2.asp?color=green">Go</a> How can page2.asp get the "color" parameter?
How do you get information from a form that is submitted using the "post" method?
How can you script your ASP code in JavaScript?
What is the default scripting language in ASP?
<%= is the same as:
How do you write "Hello World" in ASP
ASP server scripts are surrounded by delimiters, which?
What does ASP stand for?
What is the correct way to include the file "time.inc" ?
Include files must have the file extension ".inc"
How do you get information from a form that is submitted using the "get" method?