|
Posted by Charles Sweeney on January 19, 2005, 1:48 pm
Please log in for more thread options
Tha RagMan wrote
show/hide quoted text
> I utilize a formmail page for a customer that has a "Submit Query"
> button at the bottom. In a text editor the button tag looks like this:
> <input TYPE="submit"> . The customer wants the button to simply
> display "Submit". How do I change this tag to satisfy the customers
> wishes? Mucho thanx in advance for any help offered my way.
> Tha RagMan
show/hide quoted text
<input type="submit" value="Submit">
You can write anything you like for the value, and it will be displayed on
the button.
--
Charles Sweeney
http://CharlesSweeney.com
|