Hello,
I am using 1.15 and am trying to call a function from a .js file but
am receiving an Object expected error from IE.
my codes are as following:
echo $javascript->link('compose');
<?php
echo $html->input('Message/allrecipients',
array('type'=>'text',
'size'=>'80',
'onkeypress' => 'spacebarCheck()'));
?>
It the function works when embedded into the thtml file.
Is there something I am missing?
Thanks for the help,
Jay
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---