How I can Built A-Z index site map in my website

本文探讨了两种实现A-Z索引站点导航的方法:一种是为每个字母创建单独的页面;另一种是使用数据表存储链接,并通过查询字符串参数获取对应字母的链接。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

最近有个客户问我如何实现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

转载于:https://www.cnblogs.com/OceanChen/archive/2009/05/06/1450662.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值