Nella sezione ASP di html.it, script matematici è presente questo:
<%
function numeri()
dim intValori
intValori=split( Request.ServerVariables("REMOTE_ADDR"),".")
dim ctInd

numeri = "Numeri del momento :
"
for ctInd=0 to ubound(intValori)
if (intValori(ctInd) mod 90)>0 then
numeri = numeri &amp; intValori(ctInd) mod 90 &amp; "
"
end if
next
end function

response.write numeri()
%>
a voi funziona ? a me per nulla