MadCommando
07-21-2003, 04:54 PM
Is it possible to have a variable assigned to the location of a picture, and without displaying the image find it's dimensions. Ex.
<script>
picsrc="http://www.mysite.com/mypic.jpg"
picheight=img.picsrc.height
</script>
I know this is probably the wrong code, but is there a way to perform this sort of action?
<script>
picsrc="http://www.mysite.com/mypic.jpg"
picheight=img.picsrc.height
</script>
I know this is probably the wrong code, but is there a way to perform this sort of action?