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!

Search results for query: *

  1. jasonlfunk

    Change button name

    I will have something like this: <input type=button name="modify1" onClick="change(1)"> <input type=button name="modify2" onClick="change(2)"> <input type=button name="modify3" onClick="change(3)"> <input type=button name="modify4" onClick="change(4)"> function change(id) { name = "modify"...
  2. jasonlfunk

    Change button name

    I want to change the name of a button in a function. The reason: I am going to have many buttons on a page and when the user clicks it- it changes into a submit button. I want to be able to change the name of the button (the actual name, not the value) to something that the action handler will...

Part and Inventory Search

Back
Top