test title> <% set myobj = server.createObject ("mswc.nextLink")%> '' Established Content Linking Components
<% J = 0 for i = 1 to myobj.getlistcount ("list.txt") 'Get file urllist.txt Number of links URL1 = myobj.getnthURL ("list.txt", i)' get hyperlink explain = myobj.getnthdescription ("list.txt ", i) '' gets a text description, I am controlled in the table, IF J Mod 3 = 0 Then Response.write"
"Else Response Response .Write "
" END IF%> <% response.write explain% > <% j = j 1 if j mod 3 = 0 Then response.write " td> tr>" else response.write " td>" end if next%>
table> body> html> Description: The file format in list.txt is: the front is a link address, which is described later, and the link URL address and the description are separated by a Tab key. If there are many files, you can get all the paths and file names with Dir * >> list.txt, then open in Word, and then use the Alt key to column, it is convenient.