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 Mike Lewis 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. countrygirl35

    can anyone explain a problem I'm having with the back button on my asp

    I am using the javascript history command to go back to the first page automatically if the error condition exists. (The zip code not being found in the table)
  2. countrygirl35

    can anyone explain a problem I'm having with the back button on my asp

    My asp page gets a value from a text box for a zip code on the first page and on the process page it checks those values against an sql table to make sure the zip code field is valid. My problem is that sometimes when the user clicks the back button to correct the zip code field the data is...
  3. countrygirl35

    how do I create a recordset to sql from javascript

    I'm trying to create a recordset that goes out to an sql database and checks to see if a record exists. I've researched and cannot find a syntax that works correctly. Any ideas? <script type="text/javascript"> function movenext(){ var strzip=document.getElementById("Zip"); var cn =...
  4. countrygirl35

    Please help me convert an asp sql query to javascript

    I'm relatively new to javascript and I have used asp for about a year. I'm trying to convert the asp script below to javascript so I can check at validation to see if a record exists for the input string. My code is below in asp. &lt;% checkforzip = &quot;SELECT * FROM...

Part and Inventory Search

Back
Top