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 IamaSherpa 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. MikeCole

    Remote Scripting - refresh updated values

    I am calling two javascripts to perform a validation on whether inputted form values exist as a table entry. FORM: OnClick = "chk1(this.form); chk2(this.form);" The refresh problem occurs where I updated a this.form hidden field in the first javascript (chk1) and unsuccessful...
  2. MikeCole

    Updating form field using document

    I am a new user of javascript, ASP, HTML with MS personal Web server and MS SQL 7.0.  I wrote a form data validation function using javascript.  It is used by a number of buttons on a form.  In order for me to identify the calling origin, I like to update a hidden...
  3. MikeCole

    Create SQL table on Application_OnStart

    I would like to know whether it is possible to create a temporary SQL table dynamically in database when ASP application starts.<br><br>I plan to execute table creation SQL command from Application_onStart in global.asa file.&nbsp;&nbsp;Then delete the table when...
  4. MikeCole

    Stateless Management Dilemma

    I am learning ASP by developing a Web application with MS SQL database maintenance capabilities.<br><br>I was successfully using Session variables to pass user inputted fields to other ASP pages.&nbsp;&nbsp;But, I understand that for a robust application using Session variables is not...

Part and Inventory Search

Back
Top