Can you call a Java Applet using a JavaScript function?
Answers were Sorted based on User's Feedback
Answer / kalai
document.javaappletname.script
ex:document.jmol.script="select all;";
| Is This Answer Correct ? | 14 Yes | 4 No |
What is decodeuri() in javascript?
What is an object in javascript, give an example?
Is function a data type in javascript?
Explain why asynchronous code is important in javascript?
What does the "Access is Denied" IE error mean?
What is a framework programming?
How many data types are there in javascript?
How will you create new object in javascript?
do any browser need activeX object to run javascripts?
What is the relationship between JavaScript and ECMAScript?
How would you compare two objects in JavaScript?
Define closure.