|
Related Questions |
View Answer |
|
Which-code sample will report whether the client’s browser supports cookies?
|
View Answer
|
|
<input type=radio name=rbSex value="M">Male <Input type=radio name=rbSex value="F">Female Referring to the above, which line of code would retrieve the selected radio button value?
|
<Input type=radio name=rbSex value="F">Fe - ASP Interview Questions & Answers">
View Answer
|
|
The FileSystemObject provides an object interface to drives, directories, and files for which of the following?
|
View Answer
|
|
What purpose is served by the Application.Lock method?
|
View Answer
|
|
How to Display images using Response object?
|
View Answer
|
|
What is the use of following Statement Response.Expires=120
|
View Answer
|
|
Which choice is NOT a property of Dictionary Object?
|
View Answer
|
|
Using VBScript, which of the following Scripting Object(s) is NOT available from scrrun.dll?
|
View Answer
|
|
What is an .ASP file?
|
View Answer
|
|
How are scripts executed?
|
View Answer
|
|
What are the browsers that can access ASP pages?
|
View Answer
|
|
What is a "Virtual Directory"?
|
View Answer
|
|
What is the difference between client-side script and server-side script?
|
View Answer
|
|
Give the comment Tags for the following:
|
View Answer
|
|
How can you disable the browser to view the code?
|
View Answer
|
|
How does the server identify and execute the server-side scripts within HTML code?
|
View Answer
|
|
How can you change the primary scripting language for a page?
|
View Answer
|
|
What is the order of execution for an ASP application?
|
View Answer
|
|
What are the tasks performed by <FORM> tags?
|
View Answer
|
|
What are the attributes of the <FORM> tags? What are their functions?
|
View Answer
|