Recommended: A good saying for some beginners of programming I always believe that for a beginner, the technology trend in the IT industry cannot be caught up with, and I do not have the ability to catch up. I often see my DDMMs throwing away textbooks and selling expensive big shots like C#, VB.Net, which makes me feel very sad
As mentioned earlier, a specific article belongs to the Kanban board and the main body. Therefore, the articles must also be displayed through the two pages of the board list and the main list before they can get a list of articles under a specific topic.
(1) Display page of the board list:
| The following is the quoted content: <html> <head> < title>Board list< /title> < meta http-equiv=Content-Typecontent=text/html; charset=GB2312> < /head> |
(2) Open the connection and display the Kanban list
| The following is the quoted content: < %Set conn = Server.CreateObject(ADODB.Connection) conn.Open driver={Microsoft AccessDriver (*.mdb)};dbq= & Server.MapPath(bbssystem.mdb) sql = select * from the list of kanbans set rs=conn.execute(sql) %> |
Note: Simple SQL query, send all Kanban related information back to the record set RS. The following task is to display the record and remember the content and establish a connection to display the theme of the Kanban on the corresponding Kanban name.
| The following is the quoted content: <body bgcolor=#FFFFFF> <h2 align=center>Board list</h2> < table width=60% border=0cellspacing=0 cellpading=0align=center> <tr bgcolor=#FFFCC> < td height=35 width=25%>Board name</td> < td height=35 width=21%>Board owner</td> < td height=35 width=23%>Number of topics</td> < td height=35 width=31%>Board owner login</td> < /tr> |
Share: ASP Tutorial: Tips for Learning ASP Apply Cookies What are cookies? Cookie is actually a tag, which is often heard in Chinese: Little Licking Cookie. When you visit a WEB site that needs to uniquely identify your site, it will leave a mark on your hard drive, and the next time you visit the same site, the site's
5 pages in total Previous page 12345Next page