Which of the following HTTP response codes indicate a successful response from the server
200
304
404
None of The above
parseJSON is a standard function available in javascript like alert, eval and others.
True
False
document.getElementById("trial").innerHTML() is a valid statement
All the HTML objects like Form, Select, Textarea and others are implicitly an instance of Element as well
It is possible to add custom methods and properties in pre-existing objects like String, Math and others
onreadystatechange is a method of XMLHttpRequest Object
POST requests can also be send through the open method of the XMLHttpRequest Object
URL accessed through XMLHttpRequest's open method is stored in the history of the browser.
Please select right set of technologies that are required for implementing Dynamic Content or DHTML in your application
HTML & CSS
Javascript
Ajax
How many program steps are executed when the program below is processed? data user.tables; infile jobs; input date name $ job $; run; proc sort data=user.tables; by name; run; proc print data=user.tables; run;
three
four
five
six