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 the difference between innerHTML and innerText?
How to create an input box?
how do you declare variables in javascript?
What does parse Query String return in javascript?
What is a boolean search?
What does it mean in javascript?
What are the main uses of javascript?
What is the difference between null & undefined?
What is the Difference between HTML and DHTML
How to use strings as array indexes using javascript?
How to add html elements dynamically with JavaScript?
What would be the result of 3+2+”7″?