What is the importance of javascript?
No Answer is Posted For this Question
Be the First to Post Answer
How do I open a .js file?
What is a function in javascript and how does it work?
How to add buttons in javascript?
What is servlet in javascript?
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".
Do you need to declare variables in javascript?
How you will add function as a property in a javascript object? Give an example.
When would you use var in your declaration and when you wouldn’t?
What is the output of below code var car = new Vehicle("Honda", "white", "2010", "UK"); console.log(car); function Vehicle(model, color, year, country) { this.model = model; this.color = color; this.year = year; this.country = country; }
How do I run javascript on my iphone?
Can you call a Java Applet using a JavaScript function?
Can any one tell me how Java is purely an Oops language