Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
adding reset and send buttons to a table within a form
Old 05-08-2006, 10:02 AM adding reset and send buttons to a table within a form
Junior Talker

Posts: 3
Trades: 0
Can anyone help me please.

I am fairly new to HTML (less than one week) and I am building a web site for my sister-in-law.

On the CONTACT US page I need to add buttons for reset (or clear) and send in order that customers can send the data back to me.

Can anyone help me here? I do not expect anyone to write the code for me but point me in the right direction. As I said earlier I am new to HTML
rogerrkh is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 05-08-2006, 10:19 AM Re: adding reset and send buttons to a table within a form
one
Experienced Talker

Posts: 44
Trades: 0
Code:
<INPUT TYPE=RESET>
one is offline
Reply With Quote
View Public Profile
 
Old 05-08-2006, 02:55 PM Re: adding reset and send buttons to a table within a form
vangogh's Avatar
Post Impressionist

Latest Blog Post:
Why Responsive Design?
Posts: 10,815
Name: Steven Bradley
Location: Boulder, Colorado
Trades: 0
Roger one thing to consider is that most people probably won't ever use a reset button. It's generally easier to make the one or two changes to a form than reset the whole thing and lose what you have entered correctly.

The code that one provided above though is what you need if you want to add one. You might also add a value which will set the text in the button

<input type="reset" value="Clear Form" />

You can use any text you want as the value.
__________________
l Search Engine Friendly Web Design |
Please login or register to view this content. Registration is FREE

l Tips On Marketing, SEO, Design, and Development |
Please login or register to view this content. Registration is FREE

l
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
vangogh is offline
Reply With Quote
View Public Profile Visit vangogh's homepage!
 
Old 05-09-2006, 10:42 AM Re: adding reset and send buttons to a table within a form
Junior Talker

Posts: 3
Trades: 0
Thank you for your replies.

This morning I realised the best option for this was to edit the page, put in a site controlled form, which automatically adds both reset and send buttons, then cut and paste to where I want it.
rogerrkh is offline
Reply With Quote
View Public Profile
 
Old 05-09-2006, 11:14 AM Re: adding reset and send buttons to a table within a form
Junior Talker

Posts: 3
Trades: 0
Whoops the above didn't work. Back to the drawing board
rogerrkh is offline
Reply With Quote
View Public Profile
 
Old 05-09-2006, 03:14 PM Re: adding reset and send buttons to a table within a form
funkdaddu's Avatar
Web Design Snob

Posts: 635
Trades: 0
Uh, what is a "site controlled form"? Just insert <input type="submit"> anywhere in between your <form> and </form> tags, and it will work with that form.
funkdaddu is offline
Reply With Quote
View Public Profile Visit funkdaddu's homepage!
 
Reply     « Reply to adding reset and send buttons to a table within a form
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.67337 seconds with 12 queries