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 an undefined value in JavaScript?
How can javascript make a web site easier to use? That is, are there certain javascript techniques that make it easier for people to use a web site?
What is the use of history object?
What is the benefit of arrow functions?
How do I open javascript console?
What is an ECMAScript?
How do functions work in javascript?
How can I learn javascript fast?
How do you declare javascript?
Should you use var or let?
What does 3+4+"7" evaluate to?
How would you check if a variable is null/undefined?