Blocked showing of the images ???
Posted: Mon Jan 19, 2009 10:21 am
Hi,
Solving other problem I found an interesting feature on one site I used as example.
At the page (pls open in eg. Firefox http://www.fotobanka.cz/main.php?query= ... ey&x=0&y=0 you can find one czech microstock photobank. Obviously you can see some images there.
Now I will talk about first image in the row - ID: 938788. If you look at the properties of the image, yo can see the url to the image thumbnail which is http://img.fotobanka.cz/preview/small/938788.jpg. But if you try to open it in other browser as you opened the first url - eg. IE, than you will get different image - exclamation mark with sign of 'not allowed'.
The same happens if you want to show the thumbnail from your testing page:
Is there any possibility how to let the example script I quoted above show the image correctly ?
Thanx
Maros
Solving other problem I found an interesting feature on one site I used as example.
At the page (pls open in eg. Firefox http://www.fotobanka.cz/main.php?query= ... ey&x=0&y=0 you can find one czech microstock photobank. Obviously you can see some images there.
Now I will talk about first image in the row - ID: 938788. If you look at the properties of the image, yo can see the url to the image thumbnail which is http://img.fotobanka.cz/preview/small/938788.jpg. But if you try to open it in other browser as you opened the first url - eg. IE, than you will get different image - exclamation mark with sign of 'not allowed'.
The same happens if you want to show the thumbnail from your testing page:
If you open both urls in the same browser, the image is showed correctly.<html><head></head><body>
<img src="http://img.fotobanka.cz/preview/small/938788.jpg">
</body></html>
Is there any possibility how to let the example script I quoted above show the image correctly ?
Thanx
Maros