Hey guys,
I've been using the built-in AJAX helpers and I've run into a problem.
When they use my code that populates a hidden DIV with the stats
reporting stuff, it shows up in Firefox but not in Safari or IE. Is
there something different I should be doing in order to make it work?
I use an iBook, so no access to IE to check these things out.
Basically, I have defined a div like follows:
<div align= "center" id = "hiddenDIV"></div>
Then, I use the AJAX helpers to generate the Javascript calls to do
the AJAX magic:
<?php echo $ajax->link("Today ({$today_date})",
"getclicks/site_name/{$category}/{$start_date}/{$finish_date}/1",
array('update' => 'hiddenDIV') ) ?>
Any thoughts on how to fix this would be greatly appreciated.
--
Chris Hartjes
"The greatest inefficiencies come from solving problems you will never have."
-- Rasmus Lerdorf
@TheBallpark - http://www.littlehart.net/attheballpark
@TheKeyboard - http://www.littlehart.net/atthekeyboard
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---