Variant is the default data type in VBScript, which can store a value of any type.
Latest Answer: Variant is the default data type. There is no arrangement in vbscript to specify particular datatype as other language. ...
JavaScript
Latest Answer: javaScript ...
A. objBrowser = Server.CreateObject("MSWC.BrowserType") B. Set objBrowser = Server.CreateObject("MSWC.BrowserType") C. var objBrowser = Server.CreateObject("MSWC.BrowserType")
Latest Answer: Set objBrowser = Server.CreateObject("MSWC.BrowserType") ...
A. 10 B. 20 C. 30 D. 40
Latest Answer: 0 cookies created on the server side ...
A. Application only. B. Session only. C. Server only. D. Application and Session only. E. Application, Session, and Server.
Latest Answer: Answer is D ...
<% varType = rsTest("field1").type %> In the database table, if the datatype for field1 (shown above) is Number, what is the value of varType?
A. The field value. B. A string description. C. The field name. D. NULL. E. An enumerator.
A. Server B. Response C. Request D. ObjectContext
Latest Answer: Ans:Request ...
A. Server B. Response C. Request D. Session
Latest Answer: Ans:Response ...
The browser makes a HTTP request; the server gives a HTTP response to the browser and the browser converts into a HTML page.
Latest Answer: Client send the request to the server thru Request objcet. Server recevied the information and after processing the request send back to the server thru response object.server object takes the user supplier string and encode it into the proper html format. ...
The browser makes a HTTP request; the server does the processing and gives a HTML response to the browser.
Latest Answer: To make the HTML page dynamic ASP is used which the server page scripting language. Mainly used to convert the information and display it on browser ...
View page << Previous 3 4 5 6 [7] 8 9 10 11 12 Next >>

Go Top