Forum Moderators: mack

Message Too Old, No Replies

Button not workin

         

HeadBut

2:18 am on Aug 23, 2006 (gmt 0)

10+ Year Member



What's the secret? This does not submit?
<INPUT Type="Button" Name="AddItem" Value=" + " style="font-size: 9pt;">

Whats missing? The button clicks but nothing happens?
The form was working before I added this button.
Thanks

jatar_k

2:24 am on Aug 23, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



if this is your submit button then it needs to know that

<input type="submit" name="AddItem" value=" + " style="font-size: 9pt;">

HeadBut

2:29 am on Aug 23, 2006 (gmt 0)

10+ Year Member



That did it. Thanks

Now I'm wondering why there is a type="Button" if it won't submit?

Thanks!

stapel

10:10 pm on Aug 23, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Buttons can do things other than "submit". Hence the other button types.

Eliz.

reference: HTML Help: Button [htmlhelp.com]