On Sun, Apr 20, 2008 at 2:46 PM, lekshmi <[EMAIL PROTECTED]> wrote:
>
>
> lekshmi wrote:
> >
> > Hi,
> >
> > I am using cake php helper for creating widget. it uses document.write
> > method. 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))
>
Have you looked at the JavaScript console in Opera? (Tools > Advanced >
JavaScript console)
- Gonzalo
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" 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
-~----------~----~----~----~------~----~------~--~---