Typesetting.Asp
上传用户:qfkgdy
上传日期:2020-06-18
资源大小:1888k
文件大小:2k
源码类别:

手机WAP编程

开发平台:

ASP/ASPX

  1. <%
  2. set rs=conn.execute("select top 1 * from [Typesetting] ")
  3. if not rs.eof then
  4. Index_New_Amount=rs("Index_New_Amount")
  5. Index_New_Pic_Amount=rs("Index_New_Pic_Amount")
  6. Index_Recommend_Amount=rs("Index_Recommend_Amount")
  7. Index_Recommend_Pic_Amount=rs("Index_Recommend_Pic_Amount")
  8. Index_Ad_Top=rs("Index_Ad_Top")
  9. Index_Ad_Medium=rs("Index_Ad_Medium")
  10. Index_Ad_Bottom=rs("Index_Ad_Bottom")
  11. Top_Page_Show_Amount=rs("Top_Page_Show_Amount")
  12. Top_Page_Show_Pic_Amount=rs("Top_Page_Show_Pic_Amount")
  13. Top_Ad_Top=rs("Top_Ad_Top")
  14. Top_Ad_Medium=rs("Top_Ad_Medium")
  15. Top_Ad_Bottom=rs("Top_Ad_Bottom")
  16. Top_Page_Style=rs("Top_Page_Style")
  17. Top_Top_download_Show_Amount=rs("Top_Top_download_Show_Amount")
  18. Top_Latest_recommend_Show_Amount=rs("Top_Latest_recommend_Show_Amount")
  19. Categories_Page_Show_Amount=rs("Categories_Page_Show_Amount")
  20. Categories_Page_Show_Pic_Amount=rs("Categories_Page_Show_Pic_Amount")
  21. Categories_Ad_Top=rs("Categories_Ad_Top")
  22. Categories_Ad_Medium=rs("Categories_Ad_Medium")
  23. Categories_Ad_Bottom=rs("Categories_Ad_Bottom")
  24. Categories_Page_Style=rs("Categories_Page_Style")
  25. Categories_Top_download_Show_Amount=rs("Categories_Top_download_Show_Amount")
  26. Categories_Latest_recommend_Show_Amount=rs("Categories_Latest_recommend_Show_Amount")
  27. View_Page_Show_Amount=rs("View_Page_Show_Amount")
  28. View_Page_Show_Pic_Amount=rs("View_Page_Show_Pic_Amount")
  29. View_Ad_Top=rs("View_Ad_Top")
  30. View_Ad_Medium=rs("View_Ad_Medium")
  31. View_Ad_Bottom=rs("View_Ad_Bottom")
  32. View_Page_Style=rs("View_Page_Style")
  33. View_Top_download_Show_Amount=rs("View_Top_download_Show_Amount")
  34. View_Latest_recommend_Show_Amount=rs("View_Latest_recommend_Show_Amount")
  35. Index_Class_Style=rs("Index_Class_Style")
  36. Download_Page_Show_Pic_Amount=rs("Download_Page_Show_Pic_Amount")
  37. Download_Ad_Top=rs("Download_Ad_Top")
  38. Download_Ad_Medium=rs("Download_Ad_Medium")
  39. Download_Ad_Bottom=rs("Download_Ad_Bottom")
  40. Download_Page_Style=rs("Download_Page_Style")
  41. Download_Top_download_Show_Amount=rs("Download_Top_download_Show_Amount")
  42. Download_Latest_recommend_Show_Amount=rs("Download_Latest_recommend_Show_Amount")
  43. end if
  44. Closers()
  45. %>