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 |
Which company developed JavaScript?
What does trim stand for?
Explain hoisting in javascript?
How to write html code dynamically using JavaScript?
How to embed javascript in a web page?
What is encodeuri() in javascript?
Write a program to check whether a given number is a palindrome or not?
How to handle event handlers?
Do I need javascript enabled?
What is Number object in JavaScript?
Where do you write javascript?
Write a program that inputs a 5-digit integer from the keyboard and prints if the input number is a palindrome or not. A palindrome is a number which has the same digit from either end.