function QueryString(id)
{
var svalue = location.search.match(new RegExp("[\?\&]" + qs + "=([^\&]*)(\&?)""i"));
    
return svalue ? svalue[1] : "";
}

 

posted on 2009-06-25 20:18  collinye  阅读(707)  评论(0编辑  收藏  举报