i am trying to trigger an action when the user presses a image map like button in php
- i know that this it easely made with javascript , could i creeat a function ,instead , in php that it is called when somone presses my image map button
(responding to onclick message )
let's say something like <.. onclick="phpfunction" ... >
where phpfunction is the function defined between <?php ?> tags ?
????
this is urgent , thank you!