第一次使用随笔,感觉还是蛮别扭的
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>
本文地址:https://www.stayed.cn/item/10368
转载请注明出处。
本站部分内容来源于网络,如侵犯到您的权益,请 联系我