.com
.net
.org
Şeklindeki formu
<%
Ucom = request.form("com")
If Ucom = "on" Then : Response.write(DomainAdi & ".com") : End If
%>
Sayfasında işleyebilirsin. Yapman gereken For-Next döngüsüyle seçilen uzantıları sorgulatmakdır.
.com
.net
.org
<%
Ucom = request.form("com")
If Ucom = "on" Then : Response.write(DomainAdi & ".com") : End If
%>