摘要: //功能:实现ASP的取得URL字符串,Request("ID")//来源:http://jorkin.reallydo.com/article.asp?id=464//实例:alert(Request["ID"])var passurl = location.search;var str = "";if (document.URL.split("?")[1] != undefined){ st... 阅读全文
posted @ 2008-02-22 15:08 pboy2925 阅读(177) 评论(0) 推荐(0)
摘要: //功能:实现ASP的取得URL字符串,Request("ID")//来源:http://jorkin.reallydo.com/article.asp?id=464//实例:alert(Request["ID"])var passurl = location.search;var str = "";if (document.URL.split("?")[1] != undefined){ st... 阅读全文
posted @ 2008-02-22 15:08 pboy2925 阅读(115) 评论(0) 推荐(0)