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 Rhinorhino 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 neomas

  1. neomas

    javascript form not working in firefox

    OK thank you very much for feherke , monksnake, and kaht. the code worked on fire fox. registertype=(document.autoSumForm.registertype.value); switch (registertype) { case "dh" : A_year=(document.autoSumForm.A_year.value)...
  2. neomas

    javascript form not working in firefox

    Thanks feherke i try to use registertype=(document.autoSumForm.registertype.value); but not still work. this page for use code registertype=(document.autoSumForm.registertype.value); http://www.pickmeeasy.com/SUM_Price2.html
  3. neomas

    javascript form not working in firefox

    The script works fine in IE and Safari, but I get no response from Firefox.I don't know what's wrong. Code is as follows: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-874" /> <title>Untitled Document</title> <script type="text/javascript"> function...

Part and Inventory Search

Back
Top