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 .NET?

1 Answers  


What is the difference between registerclientscriptblock and registerstartupscript?

0 Answers  


Is javascript pure object oriented?

0 Answers  


How much do javascript programmers make?

0 Answers  


How would you compare two objects in JavaScript?

0 Answers  


how to get no of items from from weblist?

0 Answers  


Can I open javascript on iphone?

0 Answers  


why is java platform indipedence

2 Answers   HCL,


Can you explain the difference between == and ===?

0 Answers  


What is the difference between the substr() and substring() functions in javascript?

0 Answers  


What are the different types of errors in javascript?

0 Answers  


Are namespaces are there in javascript?

0 Answers  


Categories