Advertising
advertising
related pastes to tag 'asp'
- 1642603 - ASP error on Mariott Guest Satis: fail asp irony
-
- <html>
- <head>
- <title>Object reference not set to an instance of an object.</title>
- <style>
- body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}
- p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
- b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
- H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
- 970036 - transactions.js asp proxi
- preview unavailable
- 748720 - Microsoft OLE DB Provider for SQ: asp
-
- <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
- <!--#include file="../Connections/parser.asp" -->
- <%
- Dim MM_editAction
- MM_editAction = CStr(Request.ServerVariables("SCRIPT_NAME"))
- If (Request.QueryString <> "") Then
- MM_editAction = MM_editAction & "?" & Server.HTMLEncode(Request.QueryString)
- End If
- 701594 - Sara: asp
-
- <%
- FUNCTION custumpay()
- strSQL = "INSERT INTO custpayment (name, address, payemail, bussname, bussadd, custserv, cur) VALUES (?, ?, ?, ?, ?, ?, ?)" & Request.Form("custamizepayment")
- RS5.Open strSQL, Conn, 2, 3
- IF NOT RS5.EOF THEN
- RS5("Active")=TRUE
- RS5.Update
- END IF