简要咨询咨询QQ网站导航网站搜索手机站点联系我们设为首页加入收藏 

html页面互相传值的问题解决方案

来源:易贤网   阅读:1563 次  日期:2014-10-27 09:30:43

温馨提示:易贤网小编为您整理了“html页面互相传值的问题解决方案”,方便广大网友查阅!

第一次使用随笔,感觉还是蛮别扭的

a.html

代码如下:

<html>

<head>

<title> demo </title>

<meta name=author content=xugang />

</head>

<body>

<form name=frm method=get action=b.html onsubmit=return foo()>

<input type=hidden id=hid value=123 name=hid>

<input type=submit value=提交>

</form>

</body>

</html>

b.html

代码如下:

<html>

<head>

<title> new document </title>

</head>

<body>

<script language=javascript>

document.write(location+

);

document.write(location.search+

);

document.write(decodeuricomponent(location.search.substr(location.search.indexof(=)+1)));

</script>

</body>

</html>

更多信息请查看IT技术专栏

更多信息请查看网页制作
点此处就本文及相关问题在本站进行非正式的简要咨询(便捷快速)】     【点此处查询各地各类考试咨询QQ号码及交流群
上一篇:网站不允许直接复制页面内容或信息的解除方法
下一篇:面试题:三行三列布局、表格有合并且不准嵌套使用表格
易贤网手机网站地址:html页面互相传值的问题解决方案
由于各方面情况的不断调整与变化,易贤网提供的所有考试信息和咨询回复仅供参考,敬请考生以权威部门公布的正式信息和咨询为准!