<%@ 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,"'","") %> TLD Removal 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 %>

TLD Removal Confirmation

Logger(s) Comments
<%= operator %>

 

<%For i=1 To CInt(Request.Form("num_tlds"))%> <%Next%>
Order Set(s) ID(s)
<%= Request.Form("os" & CStr(i))%> <%= Request.Form("id" & CStr(i))%>

Is this correct ?

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