A
Angelos
Does anyone knows how to execute a PHP function using javascript..
What I want is to do that in the line bellow:
<a href="" target="_blank" onClick="<? add_product_category(); ?>" >add
Category</a>
either by calling a javascript or doing it inline as above.
Thanks !!
What I want is to do that in the line bellow:
<a href="" target="_blank" onClick="<? add_product_category(); ?>" >add
Category</a>
either by calling a javascript or doing it inline as above.
Thanks !!