<%
dim width1
dim tteight1
select case rs("productType")
case "0":
width1="210"
tteight1="150"
case "1":
width1="200"
tteight1="164"
case "2":
width1="200"
tteight1="118"
end select
if trim(rs("pic_1"))<>"" then
response.Write " "
'response.Write " "
end if
%>
|
|
|