Write the code to maximize an image using javaScript?
Answer Posted / 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 |
Post New Answer View All Answers
How do I unblock javascript in chrome?
Why do we need currying?
Is null === undefined?
What coding language should I learn first?
What would be the result of 2+5+”3″?
Is javascript the future?
What is the data type of variables in javascript?
What are JavaScript Data Types?
How to get height and width of different browser in Javascript?
What percentage of websites use javascript?
What is the main difference between Map collections and other collections such as Set.
How to find operating system in the client machine using javascript?
What is JavaScript?
What is difference between undefined variable and undeclared variable?
List some data types supported by javascript?