Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Name Default Value Run-Time Value
strComp 1 RequestQueryString("ComplaintID")
strCust 1 RequestQueryString("CustomerID")
rsComplaints.Source = "SELECT * ................."
rsComplaints.CursorType = 0
rsComplaints.CursorLocation = 2
rsComplaints.LockType = 1
rsComplaints.Open()
rsComplaints.Source = "SELECT * ................."
Response.Write(rsComplaints.Source)
rsComplaints.CursorType = 0
rsComplaints.CursorLocation = 2
rsComplaints.LockType = 1
rsComplaints.Open()