Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 arguments object in JavaScript?

0 Answers  


How do you target a specific frame from a hyperlink?

0 Answers  


How about 2+5+"8"?

6 Answers   Satyam,


How do I run javascript in chrome?

0 Answers  


How do I unblock javascript in chrome?

0 Answers  


Is not a function error in javascript?

0 Answers  


What is the function of delete operator?

0 Answers  


Who is the world famous hacker?

0 Answers  


What does question mark mean in react?

0 Answers  


How to open a window with no toolbar, but with the location object?

0 Answers  


Consider the following code: 1 2 3 4 5 (function() { var a = b = 5; })(); console.log(b); what will be printed on the console?

0 Answers  


write a program to generte a harmonic series 1+1/2+1/3+1/4+1/5 upto 15 terms.

1 Answers  


Categories