Write the code to maximize an image using javaScript?
Answers were Sorted based on User's Feedback
Answer / santosh pachauri
<img src="d:\xyz.jpg" name="img1"
onmouseover="img1.width='400';img1.height='400'"
onmouseout="img1.width='100';img1.height='100';" />
| Is This Answer Correct ? | 18 Yes | 5 No |
Answer / navneet verma
in santosh answer where is javascript ?????
| Is This Answer Correct ? | 8 Yes | 2 No |
Is javascript open source?
What javascript method would convert the string “20” to an integer (on the fly) so “20” + 20 = 40?
What is JavaScript?
Is javascript event driven?
How to encode and decode a url in javascript?
What is built in function in javascript?
What typeof returns for a null value?
What is the difference between "var" and "let" keywords?
How do you change the style/class on any element using javascript?
What is difference between module.exports and export?
What does the delete operator do in JavaScript?
What is a closure javascript? Explain