标题:如何实现你现在位于XX 位置?????
取消只看楼主
狼轩
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2004-7-4
 问题点数:0 回复次数:0 
如何实现你现在位于XX 位置?????

如何实现你现在位于XX 位置?????

以下是js程序接口:

function code_html(vars,chtype,cutenum) { if (vars==null || vars=="") { return(""); } var strer=vars; //strer=health_var(strer,1) if (cutenum>0) { strer=cuted(strer,cutenum); } // / &#47; if (chtype>10) { strer=strer.replace(/\'/gi,"\'") //μ¥òyo?&#39; strer=strer.replace(/\"/gi,"\"") //??òyo?&#34; } else { strer=strer.replace(/</gi,"&lt;") //&#60; strer=strer.replace(/>/gi,"&gt;") //&#62; strer=strer.replace(/\'/gi,"&#39;") //μ¥òyo?&#39; strer=strer.replace(/\"/gi,"&quot;") //??òyo?&#34; strer=strer.replace(/ /gi,"&nbsp;") //???? } switch (chtype) { case 1,11: strer=strer.replace(/\r/gi,"") //table strer=strer.replace(/\n/gi,"") //??3μ case 2,22: strer=strer.replace(/\r/gi,"") //table strer=strer.replace(/\n/gi,"<br>") //??3μ } return(strer); }

function web_head(var3,index_url) { document.write ("<table border=0 cellpadding=0 cellspacing=0 width='98%' align=center>"); document.write ("<tr><td align=left height=30 width='80%'>"); document.write ("您现在位于:&nbsp;<a href='./'>首页</a>&nbsp;→&nbsp;"); if (tit_fir=="") { document.write ( "<font title='"+code_html(tit,1,0)+"'>"+code_html(tit,1,30)+"</font>" ); } else { document.write ("<a href='"+index_url+".asp'>"+tit_fir+"</a>&nbsp;→&nbsp;<font title='"+code_html(tit,1,0)+"'>"+code_html(tit,1,12)+"</font>" ); } document.write ("</td><td width='20%' align=right>"); document.write ("</td></tr></table>"); }

现在问题是:如何用asp取得当前URL地址。传递index_url地tut_fir 这两个变量。。。。。。。。。。。。。。。。。。。。。

搜索更多相关主题的帖子: 位置 
2004-07-04 16:59



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-3123-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.046920 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved