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 |
How and where javascript namespacing is used?
What is difference between var x =1; and x=1;?
What do you understand by this keyword in javascript?
What can javascript programs do?
What is a scope in javascript?
How to calculate fibonacci numbers in javascript?
Why do we need currying?
How to replace all occurrences of a string in JavaScript?
What are 2 (shorthand) boolean operators supported by javascript
What is object cloning
How to create function in JavaScript?
What is argument objects in javascript & how to get the type of arguments passed to a function?