<% 'ürün listesi Urunler=Array("Makine","Yün Halı","Samur Halı","El Dokuma","Çin Nepal","Shaggy") 'ürünlere ait ücretler sırası ile Ucretler=Array(0.4,0.6,0.5,0.6,0.75,0.5) 'en boy girilen tablodaki toplam giriş sayısı Adet=15 'Aşağıya elleme '###################################################################################################################################################################### Dim tpl dim t tpl=0 t=0 for i=1 to Adet b=request.form("b" & i) c=request.form("c" & i) a=request.form("a" & i) if isnumeric(b) and isnumeric(c) then if int(b)>0 and int(c)>0 then tpl=tpl+1 t=t + (b*c) * Ucretler(a) end if end if next %>
<% if t>0 then%> <% end if for i=1 to Adet%> <%next%>
Ödemeniz Gereken Tutar:  <%=t%> TL.
     En:  cm    Boy:  cm

<% '###################################################################################################################################################################### %>