<%@ LANGUAGE="VBScript" %> <% Response.expires=0 firstname1 = CStr(Request.Form("firstname1")) firstname1= Replace(firstname1,"'","") operator1 = CStr(Request.Form("operator1")) operator1= Replace(operator1,"'","") firstname2 = CStr(Request.Form("firstname2")) firstname2= Replace(firstname2,"'","") operator2 = CStr(Request.Form("operator2")) operator2= Replace(operator2,"'","") %> Add TLD Positions Confirmation <% If Firstname1<>"" Then Fullname1=Ucase(Left(Firstname1,1)) & ". " & operator1 Else Fullname1=operator1 End If If Firstname2<>"" Then Fullname2=Ucase(Left(Firstname2,1)) & ". " & operator2 Else Fullname2=operator2 End If operator=Fullname1 If Fullname2<>"" Then operator = operator & " and " & Fullname2 End If %>

Add TLD Positions Confirmation

Logger(s) Comments
<%= operator %>

 

<%For i=1 To CInt(Request.Form("num_positions"))%> <%Next%>
X Y Z Description
<%= Request.Form("X" & CStr(i))%> <%= Request.Form("Y" & CStr(i))%> <%= Request.Form("Z" & CStr(i))%> <%= Request.Form("description" & CStr(i))%>

Is this correct ?

"><%For i=1 To CInt(Request.Form("num_positions")) Response.Write("" & vbCrLf) Response.Write("" & vbCrLf) Response.Write("" & vbCrLf) Response.Write("" & vbCrLf) Next%>