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 |
What is arguments object in JavaScript?
How do you target a specific frame from a hyperlink?
How about 2+5+"8"?
How do I run javascript in chrome?
How do I unblock javascript in chrome?
Is not a function error in javascript?
What is the function of delete operator?
Who is the world famous hacker?
What does question mark mean in react?
How to open a window with no toolbar, but with the location object?
Consider the following code: 1 2 3 4 5 (function() { var a = b = 5; })(); console.log(b); what will be printed on the console?
write a program to generte a harmonic series 1+1/2+1/3+1/4+1/5 upto 15 terms.