 |
<%
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")
%>
Vanity Tray - a stylish serving dish that can be placed in the bathroom as well as anywhere else in the house. It is used to hold perfume, cosmetics, lotions, toothbrush holders and all the other bathroom accessories that you may have.
Lotion Pump - decorative bottle with a pump that holds any liquid that you may wish to store. Lotions, liquid soap, sanitizers, gel, etc can be stylishly positioned without taking much bathroom countertop space or on the side of the bath. It can also be easily placed in rooms other then the bathroom.
Tumbler - a key part of any bath accessory set. It is a glass that can be used as a toothbrush holder, hairbrush holder or a place to put your cosmetics. People also use it as a drinking water glass that matches the rest of their bathroom d閏or.
Carafe - is an elaborate term for a decanter. A stylish vessel to hold a liquid of your choice. It is primarily used in the bathroom accessory set as a clean drinking water contained. Carafe tends to give any bathroom a classy look of elegance and care.
Cotton-ball Jar - A container with a matching lid to store your cotton balls. A much better alternative to an always-ripping plastic bag.
Wastebasket - a small bin to store the trash. Instead of having a common garbage can that ruins your place of good hygiene by looks alone, a wastebasket is choice to hide the unnecessary from the view.
Tissue Boutique - a decorative cover that is placed over a small tissue box to make it match the rest of the bath accessory set.
Soap Dish - a small tray for a bar of your favorite soap. Usually placed right by your bath, bathroom sink, and shower for easy access.
Trinket Dish - a small tray used to store jewelry and other small trinkets while taking a bath or following your daily hygiene routine. Trinket dish always adds a nice touch to any bathroom ensemble.
Cotton Swab Holder - a decorative box with a matching lid to store your cotton swabs.
Toilet Brush Holder - a bathroom container to mask the toilet brush and make it a part of your bath accessory set and bathroom as a whole.
|
|
|
 |
|
|