Can you call a Java Applet using a JavaScript function?
Answer Posted / kalai
document.javaappletname.script
ex:document.jmol.script="select all;";
| Is This Answer Correct ? | 14 Yes | 4 No |
Post New Answer View All Answers
What are undeclared and undefined variables?
How do you define a class and its constructor?
What is a closure javascript?
How typeof operator works?
discuss scoping in javascript?
What does window.print() do in Javascript?
How Can I get facebook fans/likes?
List some data types supported by javascript?
What are the data types available in javascript? Explain
What value does prompt() return if the user clicked the cancel button?
What are local variables in javascript?
What is the difference between local storage & session storage?
TypeError: document.getelementbyid(...) is null?
What are Cookies in Javascript?
Are there any predefined constant provided by the browser with the key code values that can be reused?