%@language=vbscript%> <% dim strpagecode strpagecode= "4EXIS03" %> <% Response.ExpiresAbsolute= date -1 'code for Recordset Paging Dim maxpages Dim maxrecs Dim iCurrentPage if Request.QueryString("page")="" then iCurrentPage = 1 else iCurrentPage = cint(Request("page")) end if 'Processing of single quote function changequotes(inputstr) changequotes= replace(inputstr,"'","''") changequotes=trim(changequotes) end function if trim(request("blnHiddendelete"))<>"" and isnumeric(trim(request("blnHiddendelete"))) then objconn.execute "Delete from Exhib_Inquiry where InquiryNo=" & trim(request("blnHiddendelete")) 'Response.Write "Delete from Exhib_Inquiry where InquiryNo=" & trim(request("blnHiddendelete")) end if %> <% 'Page/form name: Inquiry_search_criteria.asp 'Purpose :Inquiry Search 'Date Modified: 20-Sep-2001 'Modified by :Ashish Bansal %>
|