Write the code to maximize an image using javaScript?

Answers were Sorted based on User's Feedback



Write the code to maximize an image using javaScript?..

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

Write the code to maximize an image using javaScript?..

Answer / navneet verma

in santosh answer where is javascript ?????

Is This Answer Correct ?    8 Yes 2 No

Post New Answer

More JavaScript Interview Questions

What is eager initialization in java?

0 Answers  


what is the extension of java script.

1 Answers  


Can you explain how inheritance works in javascript?

0 Answers  


How are event handlers utilized in javascript?

0 Answers  


what is onfocus and onblur events in java script?

2 Answers  






Is webassembly faster than javascript?

0 Answers  


What is the disadvantage of using innerhtml in javascript?

0 Answers  


a code in vb script, which creates a table of 5*2 in html this is a static table, one more same dynamic table, as we give input the table should get created.

0 Answers   IBM,


What are the basic groups of dataypes in JavaScript?

0 Answers  


What is an enum

1 Answers  


How to write normal text code using JavaScript dynamically?

0 Answers  


How do you create array in javascript?

0 Answers  


Categories