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 ...
POST METHOD: The POST method generates a FORM collection, which is sent as a HTTP request body. All the values typed in the form will be stored in the FORM collection. GET METHOD: The GET method sends
Latest Answer: getmethod uses the querystring to pass the data to the server so it appends data to the url so it is not secured one whereas post method differs from it it is passed to the server through the form collection ...
View page << Previous 3 4 5 6 [7] 8 9 10 11 12 Next >>

Go Top