There is no error while looking in javascript console...
please help me to solve the problem....its very urgent....
please............:-(:-(:-(
Gonzalo Servat wrote:
>
> 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
>
> >
>
>
--
View this message in context:
http://www.nabble.com/Problem-with-widget-in-opera.-tp16761349p16845299.html
Sent from the CakePHP mailing list archive at Nabble.com.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---