Hi. To make it quicker, I'm giving you an url to my site where the
problem exists:
http://wolos.pl/galeria/slub/nasza-sesja
When I try to open a photo in IE it gives me error... in FF works fine
code for each pic looks like:
<a href="#"
onclick="window.open('http://www.wolos.pl/zdjecia/<?php echo
$th['Photo']['id']?>','wolos.pl','menubar=no, toolbar=no, location=no,
scrollbars=yes, resizable=no, status=no, location=no, left=0,
top=0')">
<?php echo $html->image('photos/'.$c_link.'/'.$s_link.'/'.$th['Photo']
['file'].'_small.jpg');?>
</a>
I'm using this code on my others site and works fine under IE and FF.
ANd also, why it gives me the strange URL looking like "http://
www.wolos.pl/galeria/slub/nasza-sesja?CAKEPHP=21ikh12ioh512bj12(...)#
in app/config/core.php i have define('CAKE_SESSION_SAVE', 'php');
please help;)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---