|
|
||||||||||||||||||||||||||||
|
<%
dim filename1
'randomize
'ranNum=left((int(90000*rnd)+10000),4)
filename1=right(year(now),1)&month(now)&day(now)&hour(now)&minute(now)&second(now)&gen_key(3)
dim add
if request.form("C1")="" and request.form("C2")="" and request.form("C3")="" and request.form("C4")="" and request.form("C5")="" then
add=""
else
if request.form("C1")<>"" then
add=add&"&add1="&request.form("C1")
end if
if request.form("C2")<>"" then
add=add&"&add2="&request.form("C2")
end if
if request.form("C3")<>"" then
add=add&"&add3="&request.form("C3")
end if
if request.form("C4")<>"" then
add=add&"&add4="&request.form("C4")
end if
if request.form("C5")<>"" then
add=add&"&add5="&request.form("C5")
end if
end if
%>
|
||||||||||||||||||||||||||||
|
©2004-2008 www.e-printing.co.uk, all right reserved. |
||||||||||||||||||||||||||||