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 are the decodeURI() and encodeURI()?

0 Answers  


What is the use of math object in javascript?

0 Answers  


What is break and continue statements?

0 Answers  


Public Static Void Main(String args[]) { System.out.in("Hai.."); } In the above code why string args[] is required.... If we are not giving command line argument..

0 Answers  


What looping structures are there in JavaScript?

2 Answers   Satyam,


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

0 Answers  


How to encode and decode a url in javascript?

0 Answers  


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

0 Answers  


What does the enableviewstatemac setting in an aspx page do?

0 Answers  


What is argument objects in javascript?

0 Answers  


Why javascript is fast?

0 Answers  


Which is best for front end?

0 Answers  


Categories