 |
<%
set newsproduct=server.CreateObject("ADODB.Recordset")
sqltext="select top 12 * from news where news10=3 order by news1 desc,id desc"
newsproduct.Open sqltext,cn,1,1
if newsproduct.bof or newsproduct.eof then
response.write "No Message!"
else
i=1
do while not newsproduct.EOF
set news6=newsproduct("news6")
set idd=newsproduct("id")
set news3=newsproduct("news3")
%>
|
|
<%
i=i+1
newsproduct.movenext
loop
end if
newsproduct.close
set newsproduct=nothing
%>
|
|
|
 |
<%
id=request("id")
set rs=server.CreateObject("ADODB.Recordset")
if id<>"" then
sqltext="select * from news where id="&id&""
else
sqltext="select top 1 * from news where news10=3"
end if
rs.Open sqltext,cn,1,1
set news3=rs("news3")
set news5=rs("news5")
set news6=rs("news6")
set news8=rs("news8")
set news12=rs("news12")
%>
Accessorize your bath with pretty ceramics in soft colors. Set of four pieces includes a pump bottle, tumbler, soap dish and toothbrush holder. Dishwasher safe.
Handcrafted in Virginia, these great-looking ceramic countertop organizers keep your toiletries neat, and a unique glazing process gives them a spectacular, earthy appearance.
1.Hair Dryer Holder holds a can of hair spray, burshes or curling iron.
2.Makeup Organizer has room for multiple small bottles, tubes and brushes.--bath accessories
3.10 oz. Pump holds lotion or soap.
4.Toothbrush and Paste Holder holds four brushes and paste.
5.Oval Soap Dish has raised grooves to keep bar soap high and dry.--bath accessories
|
|
|
 |
|
|