 |
<%
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")
%>
Furnish your entire bath with our bath accessory collections! There is no need to look elsewhere, we can supply it all at reasonable prices. The bath accessories include toothbrush holders, wastebaskets, tumblers, soap dishes and many other vanity top pieces. Our bath accessory collections have matching shower curtains, shower hooks and decorative towels. Design a bath by browsing hundreds of bath collections below that have been organized by style.--bath accessories
Brass Bath accessories, all characterized by style and elegance. A full range of collections from traditional to modern in a variety of finishes and free standing accessories.
The refined quality of all the products within the "Essentials" collection present the perfect answer to the functional needs of today's bathroom. With so many styles and designs available, any combination will create a finish of distinction and desire.
|
|
|
 |
|
|