How do you sort an array in javascript?
What is null in programming?
How do you write an if statement in javascript?
Explain window.onload and ondocumentready?
What javascript method would convert the string “20” to an integer (on the fly) so “20” + 20 = 40?
<script type="text/javascript"> function dispValue(e) { v = function (s) { return e.name + ': ' + s } if (e.type == "") return v(e.checked ? "" : ""); else return v(e.value); }
What is screen object in JavaScript?
List some design patterns in javascript?
How do you implement Ajax using hide() function in JQuery?
What is the difference between textContent and innerText?
What is isnan in javascript?
Is javascript event driven?
We are facing problem with the compatibilty of IE 7 and IE 6.We are calling a showModal window that is working fine in IE6 but with IE7 it opens a new Window and Data is not getting poputaled.In some pages it Gives an error "The webpage you are viewing is trying to Close the window.Do you want to close this window".