 |
<%
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")
%>
Chinese porcelain is generally believed to have originated in China. Although proto-porcelain wares exist dating from the Shang Dynasty, by the Eastern Han Dynasty (porcelain) high firing glazed ceramic wares had developed into Chinese porcelain, and porcelain manufactured during the Tang Dynasty period (618–906) was exported to the Islamic world where it was highly prized.porcelain of this type includes the tri-color glazed porcelain, or sancai wares. Historian S.A.M. Adshead writes that true porcelain items in the restrictive sense that we know them today could be found in dynasties after the Tang,[3] during the Song Dynasty, Yuan Dynasty, Ming Dynasty, and Qing Dynasty.--Chinese porcelain
|
By the Sui and Tang dynasties, porcelain had become widely produced. Eventually, porcelain and the expertise required to create it began to spread into other areas; by the seventeenth century, it was being widely imported to Europe.Chinese porcelain. |
|
|
 |
|
|