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 is the difference between Local Storage and Session Storage?
What is the difference between arrow function and normal function?
Is javascript enabled on my computer?
Why is my javascript function not defined?
Write the code for adding new elements dynamically?
what difference between args.length and args.length() in command line argument?
Is javascript insecure?
What close() does in javascript?
what is the difference between the below two statements:- (1) var myname = "akiii"; (2) myname = "akiii";
Between JavaScript and an ASP script, which is faster?
What does the "Access is Denied" IE error mean?
What is the real name of JavaScript?
Which company developed JavaScript?
What is jscript used for?
How to delete an array entry using javascript?