Question no-1
What should be called before 'send
()' to prepare an XMLHttpRequest object?
b. open () (Answer)
Question
no-2
What is the correct way to execute
the function "calc()" when an XMLHttpRequest is loaded?
a. myRequest.onreadystatechange = calc; (Answer)
Question
no-3
Can
AJAX be used with HTTPS (SSL)?
a. yes (Answer)