How I can Built A-Z index site map in my website
最近有個客戶問我如何實現(xiàn)A-Z索引站點導航,我的回答如下,
Based on my experence, it seems that you want to implement the function like these websites,
http://www.usa.gov/Agencies/Federal/All_Agencies/index.shtml
http://berkeley.edu/a-z/a.shtml
am I right?
If so, I think there?are two ways could to do this,
1. You can refer above websites, just create a.htm, b.htm ...?and z.htm, and put the associated links in?each page;
2.?Create a?data table for storing the?links, and use a-z as a parameter(QueryString) for get the associated links.? For example:
??? http://ww.yourdomain.com/default.aspx?index=a
??? http://ww.yourdomain.com/default.aspx?index=b
??? ...
??? http://ww.yourdomain.com/default.aspx?index=z
?
這是原帖地址:http://forums.asp.net/t/1417217.aspx
轉(zhuǎn)載于:https://www.cnblogs.com/OceanChen/archive/2009/05/06/1450662.html
總結
以上是生活随笔為你收集整理的How I can Built A-Z index site map in my website的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 如何沟通?
- 下一篇: 模式7--ThreadPerMessag