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 Wanet Telecoms Ltd 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. oahu9872

    Error claiming row is too big

    I have a form where users can search for results by date, keyword, type, etc. this has worked fine for weeks, but just recently stopped working. now, sometimes it works fine, but for certain search terms, it gives the following error. [Microsoft][ODBC SQL Server Driver][SQL Server]Cannot...
  2. oahu9872

    Submitting a Form

    this is just the form part of it ... not the asp or anything. i tested it in firefox browser and it works fine. only in IE the submit button won't work with a completed form
  3. oahu9872

    Submitting a Form

    <input name="Action" value="Execute" type="hidden"> <td valign="top" bgcolor="#333333" class="maintextwhite" width="100">Heading : </td> <td bgcolor="#DEDEDE" class="text12black"> <textarea name="Heading" cols="75" rows="3" class="maintext"></textarea></td> </tr> <tr>...
  4. oahu9872

    Submitting a Form

    I am having a wierd problem. I have an html form that will submit a blank form, but will not submit a form with data in it. I don't get errors or anything, the submit button just becomes disabled. I click on it and it does nothing if there is data, but goes ahead and submits when the form is...
  5. oahu9872

    Email Validator in Form

    This is what I used, and it works well. Dim EmailAtCheck Dim strEmail : strEmail = Request.QueryString("Email") If InStr(strEmail, "@") Then EmailAtCheck = "TRUE" else EmailAtCheck = "FALSE" end if
  6. oahu9872

    Email Validator in Form

    Works great, thanks alot.
  7. oahu9872

    Email Validator in Form

    I would like to require valid email addresses in my form, making sure that there is the @ symbol somewhere in the field. Does anyone know the code to do this? Is it ASP or HTML? Thanks
  8. oahu9872

    Upload Files

    Does anyone know where I can find a script that will allow users to upload files to the server? Thanks
  9. oahu9872

    Records from data don't show up.

    I have set up a loop that pulls records from a database and displays them in a table. My problem is that nothing is showing up. The webpage shows that 651 records were pulled, and even breaks them down by section, but there is no data for individual records shown. Here is my code, maybe I am...

Part and Inventory Search

Back
Top