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
Does html5 replace javascript?
What is difference == and === in javascript?
How to convert a string to lowercase?
Is there any ide for javascript?
What is the use of spread operator?
How to update a function in javascript?
Why does the browser display the slow script warning?
Explain function hoisting in javascript?
How can a page be forced to load another page in javascript?
How to check if a variable is an integer in javascript ?
How to reload a page using JavaScript?
Which keyword is used to print the text in the screen?
Is a hash table an array?
How we can add title of the page by javascript?
Explain escape() in javascript?