
March 20th, 2000, 10:48 AM
|
|
Junior Member
|
|
Join Date: Mar 2000
Location: Grantham,Lincs, UK
Posts: 7
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
I have been trying to replace Submit buttons on a form with images. For some reason it does not post the varables. What am I doing Wrong???
<BLOCKQUOTE><font size="1" face="Verdana,Arial,Helvetica">code:</font><HR><pre><input type="submit" name="Save" value="Save">
[/code]
replaced with:
<BLOCKQUOTE><font size="1" face="Verdana,Arial,Helvetica">code:</font><HR><pre>
<input type="image" name="Save" src="../image/button/button_submit.gif" width="85" height="31" border="0" alt="submit">
[/code]
Any Help would be greatfully appreciated.
|