if havereg<>"" then%><br><br>以下域名已注册了:<br><% arryhave=split(havereg," ") for i=0 to ubound(arryhave)%> <a href="whois.asp?domain=<%=Server.HTMLEncode(arryhave(i))%>" target=_blank><font color=black><%=Server.HTMLEncode(arryhave(i))%></font></a><br> <%next end if %> <%if canreg<>"" then%><br><br>以下域名可以继续注册:<br> <% arryhave=split(canreg," ") for i=0 to ubound(arryhave) if trim(arryhave(i))<>"" then %> <input type=radio name=selectedDomainName value="<%=Server.HTMLEncode(arryhave(i))%>" checked><%=Server.HTMLEncode(arryhave(i))%><br> <% end if next%><br><br>