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 Posted / guest
Set objBrowser = Server.CreateObject("MSWC.BrowserType")
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
how to update text box value in c#.net project?
Define a variable?
What is asp and its features?
How can we do validation of the fields in a project?
What is the difference between asp and saas?
Define common type system (cts)?
What is the maximum size of an array?
What are scripting objects in asp?
Which is the default scripting language on the client side?
Plz give me the code for binding the dropdownlists with Country,State,City And Each will represent after selecting upper dropdownlist
I have written an assembly that I want to use in more than one application. Where do I deploy it?
What are private assemblies?
What is the difference between asp and html? Or why asp is better than html?
How do cross-process communication work in the common language runtime?
Explain life cycle of asp page.