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 find javascript?
What is the difference between java & javascript?
What is the use of spread operator?
What are the javascript data types?
What is eager initialization in java?
What is escape & unescape String functions in JavaScript?
Write a Program using Servlet and JDBC for developing online application for displaying the details of Cars owned by the residents in XYZ society. Make necessary assumptions and create appropriate databases
What is servlet in javascript?
What is asynchronous javascript?
What is difference == and === in javascript?
Is JavaScript case sensitive? Give an example?
What is undefined in math?
What is slug in javascript?
Can you assign an anonymous function to a variable?
how can we retrieve value from one database server and store them another database server using sql server code