Search results

  1. H

    Problem With Cookies

    Hi guys! I was wondering what is the difference between Response.cookies and Document.cookies? And also i'm have problem understanding this code: <INPUT TYPE="button" NAME="<% =RS("code_no") %>add" VALUE="<%=txt_buy_now%>" class="button" onclick="top.center.cart.addItem('<% =RS("item")...
  2. H

    Count Problem

    Hi guys, i'm having this problem with COUNT. Error Message : Error Type: Microsoft VBScript compilation (0x800A0401) Expected end of statement /newasiasalsa/dstudentcourse2.asp, line 17, column 28 rs.Open "SELECT COUNT(*)as "males" FROM studentOnCourse WHERE courseID = "& courseID &" AND...
  3. H

    Syntax error in UPDATE statement.

    Hi guys, i'm having this error... Error Type: Microsoft JET Database Engine (0x80040E14) Syntax error in UPDATE statement. /alle_new/modifydata.asp, line 14 below is my codes: <% username = Request.Form("username") password = Request.Form("password") firstName =...
Back
Top