Hi,
I am using cake php helper for creating widget. It is working in IE and
MOZILLA. But not working in OPERA.
The code used is
$event = "New text";
$data = <<<EOD
$event
EOD;
//$data = $event;
// Output JavaScript code to write the data
printf('document.write(unescape("%s"));',
rawurlencode($data))
Please help me for solving this problem....:-(
Thanks,
Lekshmi
--
View this message in context:
http://www.nabble.com/Problem-with-widget-in-opera.-tp16761349p16761349.html
Sent from the CakePHP mailing list archive at Nabble.com.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---