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 the syntax of ‘self invoking function’? Give an example?
Which keyword is used to print the text in the screen?
Difference between window, document, and screen in Javascript?
How to validate email in javascript?
What is difference between local variable and global?
What is stack queue?
What are undeclared and undefined variables?
What is strict mode in javascript?
What are the difference between javascript and jquery?
How to detect the operating system on the client machine?
What is NaN?
What are the predefined functions in javascript?