What symbols do we use to indicate ASP script in a HTML document

advertisement
What symbols do we use to indicate ASP script in a HTML document?
Which of the following statement about the scope of variables is incorrect?
Which of the following information is NOT typically stored as a session variable?
In an ASP document, you can call a procedure written in
Which of the following statement is NOT a correct statement to call a procedure
'exchange' to exchange the values of variables x and y?
The Request.Form command is used to collect values in a form with method
Which of the following form method makes user data visible to everyone?
Which of the following is NOT true about the cookies?
A session starts, when:
A session ends, when:
Which of the following is a correct statement to remove the content of session
variable 'sales'?
Which of the following is an incorrect statement?
How do you write 'Hello World' in ASP?
What is the default scripting language in ASP?
How can you script your ASP code in JavaScript?
Page 1 has this link:<a href="page2.asp?color=green">Go</a> How can page2.asp
get the "color" parameter?
Which one of these events is a standard Global.asa event?
Which of the following is a correct statement to include header.inc in the html
subdirectory?
Which of the following file, when included, is not visible to your browser?
Which of the following sets of statements will NOT include the header.inc file?
Download