Jan 12, 2007 #1 hunt00 Technical User Joined Mar 6, 2005 Messages 79 Location US Is there a way to check an image size and dimensions by javascript?
Jan 12, 2007 #2 theniteowl Programmer Joined May 24, 2005 Messages 1,975 Location US Look at the FAQ faq216-5781 At my age I still learn something new every day, but I forget two others. Upvote 0 Downvote
Look at the FAQ faq216-5781 At my age I still learn something new every day, but I forget two others.
Jan 12, 2007 Thread starter #3 hunt00 Technical User Joined Mar 6, 2005 Messages 79 Location US imageName.width //works on IE FF imageNmae.height //works on IE FF imageName.fileSize //FF didnt work when testing, probably needs some work around. :-D Upvote 0 Downvote
imageName.width //works on IE FF imageNmae.height //works on IE FF imageName.fileSize //FF didnt work when testing, probably needs some work around. :-D