PHP程序员站--PHP编程开发平台
 当前位置:主页 >> 网页制作 >> Javascript >> 

javascript向html提交参数

javascript向html提交参数

来源:  作者:  发布时间:2007-12-27
javascript也可以传递参数啊,如:1.html?哈哈 提交给1.html将得到“哈哈”。
<script>
function initTextValue() {
 if ( location.search != '' && location.search != '?' ) {
 var oldTextValue = location.search.substr(1);
 alert('1:'+oldTextValue);
 }
}
initTextValue();
</script>
Tags: 参数   提交   java   javascript   html   ip   C   as  
最新文章
推荐阅读
月点击排行榜
PHP程序员站 Copyright © 2007-2010,PHPERZ.COM All Rights Reserved 粤ICP备07503606号