O
OptimalDesigns
I'm trying to convert my website onto my CD drive (F
. Images are
giving me problems due to lack of knowledge for sure. My image url
looks like this ... file:///f:/ws_ftp/ode-cd/scripts/imagewrap.img?
picture.image.url=file:///f:/ws_ftp/ode-cd/image/corp-
entire_refinery.gif&picture.width.max=50&picture.height.max=0
and it doesn't work; ie. no picture shown on webpage in netscape 8.1.
Is the part 'picture.image.url=file:///f:/ws_ftp/' ... correct?
My URLs with this 'picture.image.url=../' ... seem to be the problem.
How to get this working right with javascript?
I have tried ...
picture.image.url=../image/corp-
entire_refinery.gif&picture.width.max=50&picture.height.max=0
picture.image.url=f:/ws_ftp/ode-cd/image/corp-
entire_refinery.gif&picture.width.max=50&picture.height.max=0
picture.image.url=file://f:/ws_ftp/ode-cd/image/corp-
entire_refinery.gif&picture.width.max=50&picture.height.max=0
picture.image.url=file:///f:/ws_ftp/ode-cd/image/corp-
entire_refinery.gif&picture.width.max=50&picture.height.max=0
and none work right... ideas?
Thanks,
Phil
giving me problems due to lack of knowledge for sure. My image url
looks like this ... file:///f:/ws_ftp/ode-cd/scripts/imagewrap.img?
picture.image.url=file:///f:/ws_ftp/ode-cd/image/corp-
entire_refinery.gif&picture.width.max=50&picture.height.max=0
and it doesn't work; ie. no picture shown on webpage in netscape 8.1.
Is the part 'picture.image.url=file:///f:/ws_ftp/' ... correct?
My URLs with this 'picture.image.url=../' ... seem to be the problem.
How to get this working right with javascript?
I have tried ...
picture.image.url=../image/corp-
entire_refinery.gif&picture.width.max=50&picture.height.max=0
picture.image.url=f:/ws_ftp/ode-cd/image/corp-
entire_refinery.gif&picture.width.max=50&picture.height.max=0
picture.image.url=file://f:/ws_ftp/ode-cd/image/corp-
entire_refinery.gif&picture.width.max=50&picture.height.max=0
picture.image.url=file:///f:/ws_ftp/ode-cd/image/corp-
entire_refinery.gif&picture.width.max=50&picture.height.max=0
and none work right... ideas?
Thanks,
Phil