Jpg Mistery

They have: 25 posts

Joined: Sep 1999

Strange! The code asks for a jpg, in the browser window it shows the "internet pict for images" (you know, the little square) it looks like its is goin to load, but doesnt. The "little internet pict for images" is not broken like when the img file is missing.
When I right click the "little internet pict for images" and choose view image, it shows the jpg.
Strange!

Have someone had the same problem?

They have: 472 posts

Joined: Oct 1999

Erm...you using Netscape?

------------------
Goodbookmarks.com - A Comprehensive Collection Of Webmaster Resources.

AndyB's picture

They have: 344 posts

Joined: Aug 1999

we could guess for ever ... or you could post the site page where you have the problem and then someone can look to see what the problem might be.

Who hosts your web page?

They have: 5,633 posts

Joined: Jan 1970

I guess the problem might be in where is theimage saved and how are you requesting this image in your HTML

check the source of the page

They have: 25 posts

Joined: Sep 1999

Yes, I'm using netscape
Cause I was in a hurry I change everything, so I cant post the site page anymore.

But I can explain. The page was done in *.asp extension.
I was using two hostings:
one that accepts asp and the other one for all images, wich is my free personal web space at club-internet that does not accept asp.
So each page will load a picture from club-internet hosting.

One more thing, the code for each picture was done with a include, so like this if I needed to change all pictures to a anothar hosting I'll just change inside the include (what I already did).
Something like that:

<img src="<!-- #include file="my_other_hosting" -->photos/<%=file%>.jpg" border="1" vspace="0" hspace="0">

Where -inside the includeis:
http://www.my_other_hosting.fr/
-and <%=file%> is a case select of the desired photo.

Any clue.
Thank You!

They have: 81 posts

Joined: Feb 2000

I don't believe you can do that.

If your .asp page is on one server and your images are on a totally different server you're going to have to use the actual path to the pics, not a SSI include statement.

<img src="http://yourpichost.com/somepic.jpg" border="1" vspace="0" hspace="0">

should work fine.

hth

Bimjo

[This message has been edited by Bimjo (edited 14 February 2000).]

Bimjo
Just my opinion, worth $0.00001 anywhere on earth.
======================
Bimjo's Corner

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.