I would like to send a form with a mouse click. In other words, I don't want the "submit" button. As soon as the browser select the item, it will send that selection (or form) to another file.
Example:
<SELECT NAME=\"color\"><OPTION>-<OPTION>green<OPTION>blue<OPTION>red
</SELECT>
As soon as the browser select one of the color it will send that color to another page called printcolor.php
Please someone help...
Thanks,
Chris