HTML Button Display different than Value

liunx

Guest
Hello,<br />
<br />
I am looking for some way to make a submit button have a different display on the screen then the value parameter holds.<br />
<br />
Basically what I am doing is something like this:<br />
<BUTTON name="product" value="<?php echo $row_rsRunningPrds['PROD_ID']; ?>" type="submit"><?php echo $row_rsRunningPrds['COLOR']; ?></BUTTON><br />
<br />
The part between the button tags is what I want displayed. This had worked before, but now it is no longer working.<br />
<br />
Is there an easier way to do what I am doing above that will work?<br />
<br />
Any input would be greatly appreciated!<br />
<br />
Thanks<br />
<br />
- Brent<!--content-->remember that caps is a different value if it was not in caps.<br />
<br />
make sure the php variables are working as well.<!--content-->
 
Back
Top