javascript
javascript 传多个参数的正则表达式(用来获取某个参数值)
例子:
//javascript傳參數(多個)
var url = "B.aspx?txtA="+document.getElementById("txtName").value;
url +="&txtB="+document.getElementById("txtAge").value;
window.open(url,'xWindow','width=640,height=400,status=no,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=no,top=250,left=430');
?
//B.aspx目標頁取得
<scirpt language='javascirpt'>
<!--
function GetStringValue()
{
?? String.prototype.getQueryString?? =?? function(name)//name 是URL的參數名字
?? {??
?????? var?? reg?? =?? new?? RegExp("(^|&|\\?)"+?? name?? +"=([^&]*)(&|$)"),?? r;??
?????? if?? (r=this.match(reg))?? return?? unescape(r[2]);?? return?? null;??
?? };???
?? //直接可以傳參數名 就可以 得到參數的值
?? alert(window.location.href.getQueryString("txtA")+window.location.href.getQueryString("txtB"));
}
-->
</scirpt>
?
?
?
window.open和 window.location區別:
window.open是打開新窗口
window.location是將本頁替換了,也就是定位
οnclick="javascript:window.location.href='XXXX.aspx';"
?
轉載于:https://www.cnblogs.com/tweet/archive/2010/01/16/1649436.html
總結
以上是生活随笔為你收集整理的javascript 传多个参数的正则表达式(用来获取某个参数值)的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 信用卡频繁申请提额有用吗?提额技巧助攻你
- 下一篇: 收藏属于自己flash类库集工具