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 derfloh 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: *

  • Users: SiJohn101
  • Content: Threads
  • Order by date
  1. SiJohn101

    Login page

    I have the following login page <FORM ACTION="login.asp" method="Post" name="login" onsubmit="return validate(this);"> <td align=left bgcolor=#ffff99> <p><b><FONT color="#009933">username</B><br><INPUT TYPE="text" NAME="Username" VALUE="" SIZE="20"><p><b><FONT...
  2. SiJohn101

    query not working

    I have this query but it comes up with an Expected end of statement fault. Here is the query strSQL1 = "SELECT * FROM tblPRICEBANDS, tblCOTTAGES WHERE tblPRICEBANDS.fldPRICEBAND = tblCOTTAGES.fldPRICEBAND AND tblPRICEBANDS.fldPRICEBAND = '" & strPRICEBAND "' & tblCOTTAGES.fldPROP_NO = '" &...
  3. SiJohn101

    asp string not working

    I have the following checkbox on my site but it dosen't work, tried to ssolve it before but still having trouble. this is the code from my first page <P>Do you want to take pets with you? <INPUT type=CHECKBOX name = "PETS" value = "Y">Yes<br> This is the code from my second page IF strPETS =...
  4. SiJohn101

    Query not working

    I keep getting this error message Microsoft VBScript compilation error '800a0409' Unterminated string constant /tpv/test3.asp, line 11 strSQL1 = "SELECT * FROM tblPRICEBANDS, tblCOTTAGES WHERE tblPRICEBANDS.fldPRICEBAND = tblCOTTAGES.fldPRICEBAND AND tblPRICEBANDS.fldPRICEBAND = " &...

Part and Inventory Search

Back
Top