User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the JavaScript / DHTML / AJAX section within the Web Development category of DaniWeb, a massive community of 329,821 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,886 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our JavaScript / DHTML / AJAX advertiser: Lunarpages Web Hosting
Views: 9485 | Replies: 5
Reply
Join Date: Nov 2004
Posts: 19
Reputation: Deepa is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 0
Deepa Deepa is offline Offline
Newbie Poster

calculate image property in javascript

  #1  
Nov 18th, 2004
how to calculate the heigth,width and size of a image using javascript
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Nov 2004
Location: Dallas, TX [USA]
Posts: 9
Reputation: js-x.com is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
js-x.com js-x.com is offline Offline
Newbie Poster

Re: calculate image property in javascript

  #2  
Nov 24th, 2004
if:
<img src="abc.gif" name=myimg>

then:
* document.myimg.width
* document.myimg.src

same syntax for:
border, complete, height, vspace, lowsrc, name, src, vspace, width

methods:
handleEvent()

events:
onAbort, onError, onKeyDown, onKeyPress, onKeyUp, onLoad

1000s of Free Javascripts
Reply With Quote  
Join Date: Nov 2004
Posts: 19
Reputation: Deepa is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 0
Deepa Deepa is offline Offline
Newbie Poster

Re: calculate image property in javascript

  #3  
Nov 25th, 2004
if the image src is in a text box,then how to calculate width,height,Size of then image
Reply With Quote  
Join Date: Nov 2004
Location: Dallas, TX [USA]
Posts: 9
Reputation: js-x.com is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
js-x.com js-x.com is offline Offline
Newbie Poster

Re: calculate image property in javascript

  #4  
Nov 27th, 2004
Originally Posted by Deepa
if the image src is in a text box,then how to calculate width,height,Size of then image

Post the code of your image.


www.js-x.com
www.js-x.com/forum/
Reply With Quote  
Join Date: Nov 2004
Posts: 19
Reputation: Deepa is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 0
Deepa Deepa is offline Offline
Newbie Poster

Re: calculate image property in javascript

  #5  
Nov 29th, 2004
this the code
from this path how to calculate the image height and width using javascript
Photo path:<input class="Message" id="filePicture" type="file" name="file" runat="server">
Reply With Quote  
Join Date: Nov 2004
Location: Dallas, TX [USA]
Posts: 9
Reputation: js-x.com is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
js-x.com js-x.com is offline Offline
Newbie Poster

Re: calculate image property in javascript

  #6  
Nov 29th, 2004
you can not.

this code is going to accept an image file which has not been posted to the server yet, nor is it running inside of the DOM.

If you had the image in your page <img src="blah.gif" name="abc"> then it would be accessable inside of the DOM.

There are PHP and Perl [etc] programs that can accept the posted images and determine the sizes...
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

DaniWeb Marketplace (Sponsored Links)
Thread Tools Display Modes

Similar Threads
Other Threads in the JavaScript / DHTML / AJAX Forum

All times are GMT -4. The time now is 6:06 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC