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 |
Actually i downloaded Ajax news flash module but i am having issues enabling it on my site. need help.
How are sessions maintained? A. The browser sends a cookie to the server with each request. B. The browser sends a Querystring variable to the server with each request. C. The browser sends a hidden Form variable to the server with each request. D. The browser sends a long variable to the server in the BODY of each request. E. None of the above.
Explain how can you overload a method?
What purpose is served by the application.lock method?
Should user input data validation occur server-side or client-side?
What is aspx format?
What is difference between asp and aspx?
Which DLL file is needed to be registered for ASP?
Define file system object object?
What's the Difference between DSN and DSN Less connection?
What are the methods in session object in asp?
What is classic asp application?