php3-list | 199807

[PHP3] image for submit button, with javascript onMouseOver From: Jen Hall (jhall <email protected>)
Date: 07/31/98

I posted this message a few days ago, then was out of town and lost
mail, so I am asking for a response again. Sorry for any inconvenience

I have a form, that has an image for the SUBMIT button

....
  $button_add_to_cart = "http://blahblah";
  echo "<P><INPUT TYPE=IMAGE SRC=$button_add_to_cart>";
  echo "</form>";
....

I also have a number of images as links, for which I've writte
javascript code, using
the onMouseOver event to change the look of the image.

Can I add the javascript onMouseOver to the SRC of the image when it's
used as a SUBMIT?

thanks
-jen
.

--
PHP 3 Mailing List   http://www.php.net/
To unsubscribe send an empty message to php3-unsubscribe <email protected>
To subscribe to the digest list:  php3-digest-subscribe <email protected>
For help: php3-help <email protected>  Archive:  http://www.php.net/mailsearch.php3