G'day
This has got to be a tweak I missed, can someone please tell me what
IE7 doesn't like about the following javascript declaration I have in
my default.thtml header? I've tested and the "isset($javascript)" is
true.
<?php
if(isset($javascript)) {
echo ($javascript->link('prototype'));
echo ($javascript->link('scriptaculous'));
echo ($javascript->link('datepicker'));
}
?>
This works fine in Firefox and Safari on Windows and of course any
linux browser???
Thanks...;-)
--
ldb
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---