I’m using the following code to create a thumbnail, and link it to the full size popup window in my Moblog code:
{images}
<a href="{file}"
onclick="window.open('{file}','popup','width=655,height=495,scrollbars=no,resizable=yes,
toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false">
<img src="{thumbnail}" /></a>
{/images}
And the results can be seen here.
It works fine under Firefox (Haven’t got Mozilla to hand to test this), but if I use IE, I get a 403 error on the popup image.
I’ev checked permissions, the images/photoblog folder that they live in is 777 and the JPGs themselves (both full size and thumbnails) are 644 ... changing to 777 makes no difference.
This only appears to happen in IE, but I’ve only got Firefox and IE to hand ...
Ideas?
