Hi, have a look at this : http://book.cakephp.org/view/625/link
You can put your link's attributes (onmouseover, onmouseout...) in the the
third parameter which is an array. For example, for the mouseover attribute,
the key is 'onmouseover' and the value is "ShowContent('w3p'); return true;"

Try this and let me know if it works ;)

2010/2/8 Prasanth <[email protected]>

> hello all i am new to cake php please help me,
> plz check bellow link  same thing i want to do in cake how can i do
>
> <a onmouseover="ShowContent('w3p'); return true;"
>      onmouseout="HideContent('w3p'); return true;"
>      href="javascript:ShowContent('w3p')" ><? echo"$day_num"; ?></a>
>
> Please help me to solve this issue
> using " echo $html->link($day_num,"  using this syntax
>
> Check out the new CakePHP Questions site http://cakeqs.org and help others
> with their CakePHP related questions.
>
> 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]<cake-php%[email protected]>For
>  more options, visit this group at
> http://groups.google.com/group/cake-php?hl=en
>



-- 
Chafik H'nini - Trésorier du Bureau des Sports
Elève Ingénieur de 3ème année à l'IG2I
Département de l'Ecole Centrale de Lille
http://www.chafikhnini.com

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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

Reply via email to