Can you call a Java Applet using a JavaScript function?
Answer Posted / ak
document.applet_name.function_name();
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
List some of the advantages of javascript.
how to get no of items from from weblist?
What are the different boolean operators in JavaScript?
What is the difference between typeof and instanceof operators in Javascript?
How to add/remove properties to object dynamically in javascript?
Write a main method that prompts the user to enter the starting population, birth and death rates, and the number of years. The input birth and death rates cannot be negative, the starting population cannot be less than 2, and the number of years greater than 0. If the user enters an invalid value, this program will prompt user to re-enter the value until a valid value has been read. When all input values are valid, call on the methods above to compute estimated population and print result.
Can you explain about screen object?
What is the result of below given line of code in java script? 5+4+'7'?
How do I enable cookies safari?
What does => mean in node js?
Why is var better than let?
What is a module code?
Have you used any browser for debugging? If yes, how is it done?
List few difference between primitive and non primitive javascript data types?
How do I open a .js file?