Which parameter of load ()' s callback function has the data?
Answer Posted / manjula gangasani
responseTxt
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is a closure in javascript?
How to add html elements dynamically with JavaScript?
How to access an external javascript file that is stored externally and not embedded?
How can javascript language be separated from objects?
How to reload a page using JavaScript?
What is null in javascript?
How we can get the value of an element using javascript?
How do you write a comment in javascript?
Which built-in method adds one or more elements to the end of an array and returns the new length of the array?
Which type of variable among global and local, takes precedence over other if names are same?
Public Static Void Main(String args[]) { System.out.in("Hai.."); } In the above code why string args[] is required.... If we are not giving command line argument..
Are javascript variables case sensitive?
How to get checkbox status whether it is checked or not?
How to reload the current page?
What will happen if an infinite while loop is run in Javascript?