Pictures not downloading

M

Michael

I have a page that has several jpeg files on it. The pictures show on my
local machine from FrontPage but when the page is loaded from the host, only
the first picture will display. The rest just have an empty rectangle. Can
someone tell me how to make sure all of the pictures are downloaded with
the page? Below is the code for 2 pictures. Map1 will show but map2 will
not. The zoomx() function shows a zoomed picture so there are 2 jpegs for
each slot. There is a text table in between and below the images.
Thanks

<body bgcolor="#0000FF" text="#000000">

<p>
<img border="0" name="map1" src="java1.jpg" width="200" height="200"
onmouseover="zoom1()" onmouseout="zoom1()" align="left"></p>
<p>
<img border="0" name="map2" src="brazil1.jpg" width="200" height="200"
onmouseover="zoom2()" onmouseout="zoom2()" align="right"></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<div align="center">
<center>
<table border="1" width="42%">
<tr>
<td width="50%">Java, Indonesia</td>
<td width="50%" align="right">Brazil, South America</td>
</tr>
</table>
</center>
</div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>

</Body>
 
S

Steve Easton

Can you post a URL??
Need to see the live version.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
J

JDR

Michael

The page you are using to display the images is: http://www.coddlecreekarp.org/Map.htm (I broke the frameset up

When I reviewed your code, it appears the java script is referencing the images in your root directory

Double check to make sure you have uploaded the images to your server and if so check the location of where they are at

Your current script looks like this: document.map1.src="java1.jp
This one is correct: http://www.coddlecreekarp.org/java1.jp

The other ones do not point to any images (i.e. they are in the wrong place or not uploaded to the server
http://www.coddlecreekarp.org/brazil1.jp
http://www.coddlecreekarp.org/brazil2.jp
http://www.coddlecreekarp.org/chile1.jp
http://www.coddlecreekarp.org/chile2.jp
http://www.coddlecreekarp.org/china1.jp
http://www.coddlecreekarp.org/china2.jp
http://www.coddlecreekarp.org/germany1.jp
http://www.coddlecreekarp.org/germany2.jp

Hope this helps
JDR
 
J

Jim Cheshire

They're there. They are just using mixed case. For example, the image tag
that points to "brazil1.jpg" should be pointing to "Brazil1.jpg".

You might want to try running Jimco Case Changer on the site and see if that
doesn't fix it.

--
Jim Cheshire
Jimco
http://www.jimcoaddins.com
================================
Author of Special Edition
Using Microsoft Office FrontPage 2003
5 Stars on Amazon and B&N
================================
The opinions expressed by me in the
newsgroups are my own opinions and
are in no way associated with my
employer or any other party. Jimco is
not associated in any way with any other
entity.



JDR said:
Michael,

The page you are using to display the images is:
http://www.coddlecreekarp.org/Map.htm (I broke the frameset up)
When I reviewed your code, it appears the java script is referencing the images in your root directory.

Double check to make sure you have uploaded the images to your server and
if so check the location of where they are at.
Your current script looks like this: document.map1.src="java1.jpg
This one is correct: http://www.coddlecreekarp.org/java1.jpg

The other ones do not point to any images (i.e. they are in the wrong
place or not uploaded to the server)
 
S

Steve Easton

They're case sensitive to the Apache server.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
M

Michael

I was wondering, If they weren't downloading, how did you know they were
there? Is my site not secure?
 
J

Jim Cheshire

I browsed for brazil1.jpg and got a 404. So I tried Brazil1.jpg (on a
hunch) and there they were.

--
Jim Cheshire
Jimco
http://www.jimcoaddins.com
================================
Author of Special Edition
Using Microsoft Office FrontPage 2003
5 Stars on Amazon and B&N
================================
The opinions expressed by me in the
newsgroups are my own opinions and
are in no way associated with my
employer or any other party. Jimco is
not associated in any way with any other
entity.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top