Which line of code would instantiate the Browser
Capabilities component?
A. objBrowser = Server.CreateObject("MSWC.BrowserType")
B. Set objBrowser = Server.CreateObject("MSWC.BrowserType")
C. var objBrowser = Server.CreateObject("MSWC.BrowserType")
D. var objBrowser = CreateObject("MSWC.BrowserType")
E. var objBrowser = Server.CreateObject("BrowserType")
Answer / guest
Set objBrowser = Server.CreateObject("MSWC.BrowserType")
| Is This Answer Correct ? | 5 Yes | 0 No |
Define global.asa file?
What is ServerVariables collection?
what is the difference between sql server2000 and 2005
Can I use .net framework components from a com program?
What are the function of attributes of the <form> tags?
How can we do validation of the fields in a project?
Why can't use DAO instead of ADO?
Name two properties common in every validation control?
What is asp and how it works?
WHAT IS PRIMARY KEY???
Which choice is NOT a property of Dictionary Object? A. Key() B. CompareMode C. Item () D. Exists () E. Count
What is asp what can asp do for you?