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

How to define a named function in JavScript?

0 Answers  


Have you used any browser for debugging? If yes, how is it done?

0 Answers  


What is 'use strict'?

0 Answers  


What is npm repository?

0 Answers  


How can I set up my own javascript error handler?

0 Answers  






How to add a combo box dynamically at run time in Java script?

5 Answers  


What are the valid scopes of a variable in JavaScript?

0 Answers  


Do you have to declare variables in javascript?

0 Answers  


What and where are the best javascript resources on the web?

0 Answers  


What is the difference between the operators ‘==‘ & ‘===‘?

0 Answers  


How to change style on an element?

0 Answers  


Write the code for adding new elements dynamically?

0 Answers  


Categories