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".
4 10091
why we need java instead of c
What are parameters in javascript?
What is output of “20” + 20 + 20 and “20” + ( 20 + 20)? In javascript?
What is the difference between a web-garden and a web-farm?
Can I declare a variable as CONSTANT in JavaScript?
How to use one javascript function for multiple input fields?
Do I need to install javascript?
Does javascript support automatic type conversion, if yes give example.
How do you add an element at the end of an array?
Are java and javascript same?
Is a function an object?
When do we use JSON.stringify()?
How do you sort in javascript?
java pgm for reads a file(text file) and removes all the spaces then the text and write this back into the same file. e.g: (Input) _______ chennai is fourth biggest city in india. (output) _______ chennaiisfourthbiggestcityinindia.
hi i want validations for two drop down lists. when user enter to second list by skipping first list alert box should appear.