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 |
How do I change a aspx file to a pdf?
What is a .ASP file?
What is wsdl file? (explain in detail)
How do in-process communication work in the common language runtime?
What is Global.asa file?
Which asp object is often used to retrieve user information from forms?
What is Server-Side includes?
What is Round Trip
what is cookies?
why and how static variable retain their value after postback form ?
What is the difference between Querystring collection and Form collection?
• How do you relate an aspx page with its code behind page?