XML/HTML代码
- function basename(url){
- var pos=url.lastIndexOf("/");
- var name=url.substr(pos+1);
- if(name.toUpperCase().indexOf('INDEX') >= 0){
- name = 'index.shtml';
- }
- return name;
- }
- var obj,obj_bottom,obj_a;
- var init_property;
- var navi_arr = new Array();
- var pathname=document.location.pathname;
- var base_name=basename(pathname);
- navi_arr[0]='index';
- navi_arr[1]='price';
- navi_arr[2]='param';
- navi_arr[3]='dianping';
- navi_arr[4]='pic';
- navi_arr[6]='article';
- navi_arr[8]='video';
- navi_arr[7]='drive';
- //navi_arr[6]='comments';
- for(key in navi_arr){
- str="td_"+navi_arr[key];
- obj=document.getElementById(str);
- str2="menu_"+key;
- str3="menu_0";
- if(obj==null) continue;
- if((obj.id+'0504.shtml')==('td_'+base_name)){
- //alert('td_'+base_name);
- obj_a = document.getElementById(str2);
- obj_i = document.getElementById(str3);
- obj_i.className = 'nor';
- obj_a.className = 'act';
- }
- }
XML/HTML代码
- <div class="pR_1"> <div class="act" id="menu_0"><a href="http://product.cnmo.com/cell_phone/index82498.shtml" id="td_index" title="综述">综述</a></div> <div class="nor" id="menu_2"><a href="http://www.51pass.com/82498/param.shtml" id="td_param" title="参数">参数</a></div> <div class="nor" id="menu_3"><a href="http://www.51pass.com/82498/dianping.shtml" id="td_dianping" title="点评">点评<font class="f12">(23)</font></a></div> <div class="nor" id="menu_1"><a href="http://www.51pass.com/82498/price.shtml" id="td_price" title="报价">报价</a></div> <div class="nor" id="menu_4"><a href="http://www.51pass.com/82498/pic.shtml" id="td_pic" title="美图">美图<font class="f12">(96)</font></a></div> <div class="nor" id="menu_5"><a href="http://bbs.cnmo.com/forum-450-1.html" id="td_bbs" title="论坛">论坛</a></div> <div class="nor" id="menu_6"><a href="http://www.51pass.com/82498/article.shtml" id="td_article" title="评测">评测<font class="f12">(116)</font></a></div> <div class="nor" id="menu_7"><a href="http://www.51pass.com/82498/drive.shtml" id="td_drive" title="资源">资源</a></div> <div class="nor" id="menu_8"><a href="http://www.51pass.com/82498/video.shtml" id="td_video" title="视频">视频</a></div> </div>