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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ingvie

  1. ingvie

    script to submit form data to database

    You can't do this with JavaScript (Client-side script), you need a server-side script (ColdFusion, ASP, ASP.Net, JSP, etc..) Goodluck
  2. ingvie

    Submit a form by the click of a radio button

    Hello there, It's a piece of cake :) Here is a sample script: <form action=&quot;http://localhost/&quot; method=&quot;post&quot;> Radio1 <input type=&quot;radio&quot; name=&quot;rd&quot; value=&quot;1&quot; onchange=&quot;form.submit()&quot;><br> Radio2 <input type=&quot;radio&quot...

Part and Inventory Search

Back
Top