#12002/4/23 12:00:45
<%
dim SQL,id,t,p
p="abcdefghijklmnopqrstuvwxyz"
id=request("id")
SQL="SELECT * FROM table where id=" & id
Set rs = GetMdbStaticRecordset( "data.mdb", SQL )
for i=1 to 6
randomize
t=int(rnd*2)+1
if t=1 then
randomize
mima=mima & int(rnd*10)
else
randomize
q=(rnd*26)+1
mima=mima & mid(p,q,1)
end if
next
%>