I'm not sure how much code you need, or what exactly a loop refers to.
I'm making the assumption that a loop is where the database results
region lists every record that meets the specified parameters (ie
ParentEmail), and so yes this code is inside the region that loops.
Inside the Database Results Region you will find the following:
First Name & Last Name - Linked to a registration page with parentemail
and firstname
$$$ - Javascript - Linked to a quickfinance page with parentemail and
firstname
Church Info - Javascript - LInked to churchinfo page with parentemail
and firstname
Camp Info - Javascript - linked to campinfo page with parentemail and
firstname
Edit Camper - Linked to edit page with camperID
Maybe it would be easier if you saw the page: Here's a link to a
sample:
https://ssl.perfora.net/sdsummercamp.com/[email protected]
Not wanting to take too much time, but could you give me some tips on
how to make this content more secure?
Here's the code - I'll delete the previous comments to save space.
<p>
<a
href="registered_campers.asp?ParentEmail=<%=FP_FieldURL(fp_rs,"ParentEmail")%>&CamperFirstName=<%=FP_FieldURL(fp_rs,"CamperFirstName")%>">
<!--webbot bot="DatabaseResultColumn"
s-columnnames="ParentEmail,CamperID,CamperFirstName,CamperLastName,CamperAdditlFamily,CamperEmail,CamperFallGrade,CamperBirthDate,ChurchName,RoommateRequest1,RoommateRequest2,RegisteringFor,Count,HealthNotes,Medications,MedInstructions,Shirt,ShirtSize,Photo,DVD,Craft,CarePackage,ClimbingWall,ZipLine,AgreeWithPolicy,Payment1,Check1,Payment2,Check2,Payment3,Check3,RegiteredOnline,Allergies,Cardiac,Kidney,Seizures,Lungs_Asthma,Diabetic,DietaryConcerns,DietyaryConcDesc,InfectiousDis,Chkd4Lice,DrugReactions,DrucReactionsDesc,AllerghPen,RestrictedAct,RestrictedActDesc,TetanusBoster,CurrentImm,ImmunzExplained,Doctor,DocsPHone,Remote_computer_name,User_name,Browser_type,Timestamp,PreRegFee,Tuition,ChuchName,Adjustments,AdjustmentReason"
s-column="CamperFirstName" b-tableformat="FALSE" b-hashtml="FALSE"
b-makelink="FALSE" clientside b-MenuFormat preview="<font
size="-1">&lt;&lt;</font>CamperFirstName<font
size="-1">&gt;&gt;</font>" startspan
--><%=FP_FieldVal(fp_rs,"CamperFirstName")%><!--webbot
bot="DatabaseResultColumn" endspan i-checksum="39648" --><font
color="#E5DABB">-</font><!--webbot bot="DatabaseResultColumn"
s-columnnames="ParentEmail,CamperID,CamperFirstName,CamperLastName,CamperAdditlFamily,CamperEmail,CamperFallGrade,CamperBirthDate,ChurchName,RoommateRequest1,RoommateRequest2,RegisteringFor,Count,HealthNotes,Medications,MedInstructions,Shirt,ShirtSize,Photo,DVD,Craft,CarePackage,ClimbingWall,ZipLine,AgreeWithPolicy,Payment1,Check1,Payment2,Check2,Payment3,Check3,RegiteredOnline,Allergies,Cardiac,Kidney,Seizures,Lungs_Asthma,Diabetic,DietaryConcerns,DietyaryConcDesc,InfectiousDis,Chkd4Lice,DrugReactions,DrucReactionsDesc,AllerghPen,RestrictedAct,RestrictedActDesc,TetanusBoster,CurrentImm,ImmunzExplained,Doctor,DocsPHone,Remote_computer_name,User_name,Browser_type,Timestamp,PreRegFee,Tuition,ChuchName,Adjustments,AdjustmentReason"
s-column="CamperLastName" b-tableformat="FALSE" b-hashtml="FALSE"
b-makelink="FALSE" clientside b-MenuFormat preview="<font
size="-1">&lt;&lt;</font>CamperLastName<font
size="-1">&gt;&gt;</font>" startspan
--><%=FP_FieldVal(fp_rs,"CamperLastName")%><!--webbot
bot="DatabaseResultColumn" endspan i-checksum="41698" --></a></p>
<p>
<font size="1"> <font color="#726654">
<Script Language="JavaScript">
function openwindowlink02() {
newwin =
window.open("camperquickfinance.asp?ParentEmail=<%=FP_FieldURL(fp_rs,"ParentEmail")%>&CamperFirstName=<%=FP_FieldURL(fp_rs,"CamperFirstName")%>","windowname","height=295,width=500,scrollbars=yes,resizable=yes")
}
</Script></font><a href="JavaScript: openwindowlink02()"><font
color="#726654">$$$</font></a><font color="#726654">
<Script Language="JavaScript">
function openwindowlink() {
newwin =
window.open("churchcampoffice.asp?ParentEmail=<%=FP_FieldURL(fp_rs,"ParentEmail")%>&CamperFirstName=<%=FP_FieldURL(fp_rs,"CamperFirstName")%>","windowname","height=295,width=500,scrollbars=yes,resizable=yes")
}
</Script> - </font> <a href="JavaScript: openwindowlink()">
<font color="#726654">church info </font> </a>
<font color="#726654">- <Script Language="JavaScript">
function openwindowlink01() {
newwin =
window.open("campinformation.asp?ParentEmail=<%=FP_FieldURL(fp_rs,"ParentEmail")%>&CamperFirstName=<%=FP_FieldURL(fp_rs,"CamperFirstName")%>","windowname","height=295,width=500,scrollbars=yes,resizable=yes")
}
</Script></font><a href="JavaScript: openwindowlink01()"><font
color="#726654">camp
info</font></a><font color="#726654"> -
</font>
<a
href="CampReg_interface/CamperRegistrationInfo/editor/edit.asp?CamperID=<%=FP_FieldURL(fp_rs,"CamperID")%>">
<font color="#726654">edit camper</font></a></font></p>
<hr noshade size="1">
<!--webbot bot="DatabaseRegionEnd" b-tableformat="FALSE"
b-menuformat="FALSE" u-dbrgn2="_fpclass/fpdbrgn2.inc" i-groupsize="0"
clientside tag="BODY" preview="<table border=0
width="100%"><tr><td
bgcolor="#FFFF00"><font
color="#000000">This is the end of a Database Results
region.</font></td></tr></table>" startspan
--><!--#include file="_fpclass/fpdbrgn2.inc"-->
<!--webbot bot="DatabaseRegionEnd" endspan i-checksum="62730" --><p>