Hi !
I want to write a handle using PHP for the onClick event of a link tag (<a href="..." onclick=myfunction() target="...etc ">bla bla</a>). i.e.
<? php
function myfunction()
{
}
?>
I tried but it didn't work at all.
This function could be written only as JavaScript script function ??
Thank you in advance,
Ducu
I want to write a handle using PHP for the onClick event of a link tag (<a href="..." onclick=myfunction() target="...etc ">bla bla</a>). i.e.
<? php
function myfunction()
{
}
?>
I tried but it didn't work at all.
This function could be written only as JavaScript script function ??
Thank you in advance,
Ducu