jammer20002
09-17-2003, 06:36 PM
Can someone tell me how I change the size of an image?
I've tried the following in a function call:
document["image0"].src.width = 300;
and I've also tried:
document.image0..src.width = 300;
In both instances above, I have an image that has been given the name image0.
What am I doing wrong?
Any help would be appreciated.
Thanks.
Jam
I've tried the following in a function call:
document["image0"].src.width = 300;
and I've also tried:
document.image0..src.width = 300;
In both instances above, I have an image that has been given the name image0.
What am I doing wrong?
Any help would be appreciated.
Thanks.
Jam