Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need help with 2005 NFL football pool 1

Status
Not open for further replies.

cdunavent

IS-IT--Management
Aug 26, 2005
18
US
Hey guys....I'm a rookie at HTML. I've created a simple webpage at I would like to add a "Reset" and "Submit" button at the bottom of the page. When I try to add those, I run into problems with the javascript I have incorporated. What is the best way to add these buttons? I am using MS Frontpage.

Thanks.

-cd
 
The best way to do it, is just add two inputs in the form:
Code:
<input type="reset" name="reset" value="Reset" />
<input type="submit" name="submit" value="Submit" />
There are people (in my mind rightfully so) who believe "Reset button does not attribute to anything good on the website, so it should be omitted.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top