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 to make elements invisible?
What is a boolean in javascript?
What are exports and imports?
What is difference between arrow function and normal function?
How is it possible to get the total number of arguments that are passed to a function?
What does "1"+2+3 evaluate to?
how to run java script program
Which built-in method calls a function for each element in the array?
How to redirect a url using JavaScript?
How to check if a variable is an integer in javascript ?
What exactly does javascript do?
What are local variables in javascript?