Can you call a Java Applet using a JavaScript function?

Answers were Sorted based on User's Feedback



Can you call a Java Applet using a JavaScript function?..

Answer / kalai

document.javaappletname.script

ex:document.jmol.script="select all;";

Is This Answer Correct ?    14 Yes 4 No

Can you call a Java Applet using a JavaScript function?..

Answer / ak

document.applet_name.function_name();

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More JavaScript Interview Questions

What is decodeuri() function?

0 Answers  


What percentage of websites use javascript?

0 Answers  


What is escape() function?

0 Answers  


What is the difference between the keywords var and let?

0 Answers  


What is a way to append a value to an array?

5 Answers   Satyam,






What is the purpose of 'this' operator in JavaScript?

0 Answers  


What are the ways to emit client-side javascript from server-side code in asp. Net?

0 Answers  


What are the decodeURI() and encodeURI()?

0 Answers  


What is scope chain in javascript?

0 Answers  


What is an empty html tag?

0 Answers  


what is the difference between window & document in javascript?

0 Answers  


What is this? Var myarray = [[[]]];

0 Answers  


Categories