Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

JavaScript Forum


You are currently viewing our JavaScript Forum as a guest. Please register to participate.
Login



Reply
Error in Image object of javascript
Old 03-25-2009, 06:29 AM Error in Image object of javascript
Junior Talker

Posts: 1
Name: Meral
Trades: 0
  • function showImage(imgsrc)
  • {
  • var abspath1 = imgsrc.split("src=../");
  • var abspath2 = abspath1[1].split("&x=");
  • var abspath = abspath2[0];
  • var newImg;
  • newImg = new Image();
  • newImg.src = abspath;
  • var iheight = newImg.height;
  • var iwidth = newImg.width;
  • alert(iheight);
  • alert(iwidth);
  • ...........................
  • ..........................'
  • }
I call the above function in onmouseover of a thumbnail.. which show the large image in new div..
it works properly in IE
but when i use firefox.. at first time it returns heigh 0, and give proper result when same function is called second time.. on every thumbnail.. first time is show o heigh on alert...
what's wrong with firefox?? (specially when the funtion is called first time
)

Last edited by Meral; 03-25-2009 at 06:31 AM..
Meral is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 03-25-2009, 06:44 AM Re: Error in Image object of javascript
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,519
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Quote:
what's wrong with firefox
Nothing. The image has to be loaded into the browser cache before the sizes can be read.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Reply     « Reply to Error in Image object of javascript
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.24726 seconds with 12 queries