Hi,
I got an IMG object on my page. It looks like:

<IMG id="image1" src="picture.bmp" onclick='select()'>

Is it somehow possible to specify a variable to be set when the user clicks
the image? So 2 things are being done? Then it would looks something like:

<IMG id="image1" src="picture.bmp" onclick='select() & $var=1'>

Is this somehow possible?

Regards,
Morten




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to