ASKER
Active Server Pages (ASP) is Microsoft’s first server-side engine for dynamic web pages. ASP’s support of the Component Object Model (COM) enables it to access and use compiled libraries such as DLLs. It has been superseded by ASP.NET, but will be supported by Internet Information Services (IIS) through at least 2022.
TRUSTED BY
ASKER
<%
fp_sQry="SELECT * FROM thread_gages2 WHERE ( ('::search1::' <> '' AND (serial1 LIKE '::search1::%' OR barcodenum1 = '::search1::')) OR (size1 LIKE '::search2::%' AND color1 LIKE '::search3::%') ) ORDER BY updatedate1 DESC"
fp_sDefault="search1=&:sea
fp_sNoRecords="<tr><td colspan=11 align=""LEFT"" width=""100%""> </td></tr>"
fp_sDataConn="cgs_admin"
fp_iMaxRecords=0
fp_iCommandType=1
fp_iPageSize=10
fp_fTableFormat=True
fp_fMenuFormat=False
fp_sMenuChoice=""
fp_sMenuValue=""
fp_sColTypes="&idnum1=72&s
fp_iDisplayCols=11
fp_fCustomQuery=False
BOTID=0
fp_iRegion=BOTID
%>
when I change this and save the file I get this error:
the contents of a FrontPage component have been modified. These contents will be overwritten when you save this page.
I also have this:
<!--webbot bot="DatabaseRegionStart" s-columnnames="idnum1,seri
I've had some success changing both of these in notepad but it seem crazy that I need to do it this way. Thanks