本文实例讲述了JavaScript实现在页面间传值的方法。分享给大家供大家参考。具体如下:
问题如下:
在 a.html 页面中,<form> 的 onsubmit 事件调用一个方法 foo( ),打开 b.html 页面的同时给 b.html 传递参数。方法 foo( ) 中需要传递变量参数到 b.html 页面,在 b.html 页面接受参数值,但不能使用服务器端技术。
解决代码如下:
a.html页面如下:
<html>
<head>
<title> demo </title>
<meta name=Author content=xugang />
<script
2023-02-02 14:17:33
34KB
c
ip
pt
1