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

New TLD Entry Confirmation

Logger(s) Order Set New TLD ID Range Comments
<%= operator %> <%= CStr(CLng(Request.Form("os"))) %> <%= Response.Write(Request.Form("low_val")+" - "+Request.Form("high_val")+" : ("+CStr(CLng(Request.Form("high_val"))-CLng(Request.Form("low_val"))+1)+" new TLDs)") %>

Is this correct ?

">">">