% ' FP_ASP -- ASP, die von einer FrontPage-Komponente automatisch generiert wurde. Nicht Editieren.
FP_CharSet = "windows-1252"
FP_CodePage = 1252 %>
Experimente
Experimente mit FrontPage4.0 zurück
| |
| |
|
|
|
|
<% if 0 then %>
<% end if %>
<%
fp_sQry="SELECT * FROM Artikel"
fp_sDefault=""
fp_sNoRecords="| Keine Datensätze erhalten | "
fp_sDataConn="Beispiel"
fp_iMaxRecords=4
fp_iCommandType=1
fp_iPageSize=5
fp_fTableFormat=True
fp_fMenuFormat=False
fp_sMenuChoice=""
fp_sMenuValue=""
fp_iDisplayCols=10
fp_fCustomQuery=False
BOTID=0
fp_iRegion=BOTID
%>
|
|
|
|
|
|
|