PDA

View Full Version : HTML file Browser not seeing photos


kstanf1998
08-08-2003, 12:45 AM
I downloaded script slideondemandpush from www.thejmaker.com.

pasted the script in editor between <applet and </applet>.

I then took the pictures provided with script , here they are

SlideOnDemandPush0.jpg
SlideOnDemandPush1.jpg
SlideOn DemandPush2.jpg

I moved these files to my Webstuff folder in my documents.

Now the command line in the script

<param name="item0 value="Webstuff/SlideOnDemandPush0.jpg
<param name="item1 value="Webstuff/SlideOnDemandPush1.jpg
<param name="item2 value="Webstuff/SlideOnDemandPush2.jpg

Should the browser see this. ie-6

whammy
08-08-2003, 01:15 AM
Was that a copy and paste error? Should be something like:

<param name="item0" value="Webstuff/SlideOnDemandPush0.jpg">
<param name="item1" value="Webstuff/SlideOnDemandPush1.jpg">
<param name="item2" value="Webstuff/SlideOnDemandPush2.jpg">