do any browser need activeX object to run javascripts?
Answers were Sorted based on User's Feedback
Answer / upendar
IE5 and IE6 require the activeX object to run JavaScript.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is NaN?
what will happen and why if i will acess the methods of superclass which is declared as private by a object of same subclass.
What can javascript programs do?
Is a hash table an array?
write a program to generte a harmonic series 1+1/2+1/3+1/4+1/5 upto 15 terms.
What are the decodeURI() and encodeURI()?
Can you assign a anonymous function to a variable?
What is array explain it?
Explain a story about javascript performance problems?
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".
Difference between Pure functions Vs. Impure functions in javascript?
What is enum data type?