I refreshed the page until I only got one image, then viewed the page
source, and located the img tag for the image:

<td colspan="8">
<img src="images/randomP/DSC_7507.jpg" alt="" width="185" height="123"
border="0">
<img src="images/white.gif" alt="" width="1" height="123" border="0">
<img src="images/randomP/DSC_2101.jpg" alt="" width="185" height="123"
border="0">
</td>
  
Notice that BOTH images/randomP are shown in the source, but only the first
is appearing: src="images/randomP/DSC_7507.jpg"

If you paste the image src back into the URL:
http://www.ipe09.org/images/randomP/DSC_7507.jpg, this will load the image

but:
http://www.ipe09.org/images/randomP/DSC_2101.jpg, gives an image/page not
found error.

Perhaps the error is in your query that gets the two random images? When you
"think" you are not getting an image, you are actually getting an image file
reference that doesn't exist?




-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joe Blaqk
Sent: Wednesday, February 13, 2008 4:15 PM
To: [email protected]
Subject: [ACFUG Discuss] Issue using an include. Need advice.

Hello everyone,
I'm having an issue using an include thats purpose is
to switch out images on a Web page with each page
refresh. Sometimes the images load together like they
are supposed to and sometimes only one or none load.
It seems as if the include execution is stopped once
the primary page load is completed. You can see this
behavior at www.ipe09.org. You may have to nav or
refresh more than once to see what I'm describing. Is
there a way to prevent this? The images are not huge
in size. I think the largest is about 9k. I can post
the include code if it's requested. Thanks.


 
____________________________________________________________________________
________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 



-------------------------------------------------------------
Annual Sponsor FigLeaf Software - http://www.figleaf.com

To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-------------------------------------------------------------





-------------------------------------------------------------
Annual Sponsor FigLeaf Software - http://www.figleaf.com

To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-------------------------------------------------------------



Reply via email to