主题:怎样设置页面大小
怎样设置提交表单的action的哪个页面的大小啊
这2个页面是tanchu.asp
<html>
<head>
<title>无标题文档</title>
</head>
<body>
<form name="form1" method="post" action="tc.asp" target="_blank">
<input type="checkbox" name="checkbox" value="1">
1
<input type="checkbox" name="checkbox" value="2">
2
<input type="submit" name="Submit" value="提交">
</form>
</body>
</html>
tc.asp
<html>
<head>
<title>无标题文档</title>
</head>
<body>
<form name="form1" method="post" action="tc.asp" target="_blank">
<input type="checkbox" name="checkbox" value="1">
1
<input type="checkbox" name="checkbox" value="2">
2
<input type="submit" name="Submit" value="提交">
</form>
</body>
</html>
我要设置tc.asp的大小,比如长为400宽为300
但又要接收到表单的内容
该怎么写?用window.open只能设置弹出的页面大小,接受不了表单内容
这2个页面是tanchu.asp
<html>
<head>
<title>无标题文档</title>
</head>
<body>
<form name="form1" method="post" action="tc.asp" target="_blank">
<input type="checkbox" name="checkbox" value="1">
1
<input type="checkbox" name="checkbox" value="2">
2
<input type="submit" name="Submit" value="提交">
</form>
</body>
</html>
tc.asp
<html>
<head>
<title>无标题文档</title>
</head>
<body>
<form name="form1" method="post" action="tc.asp" target="_blank">
<input type="checkbox" name="checkbox" value="1">
1
<input type="checkbox" name="checkbox" value="2">
2
<input type="submit" name="Submit" value="提交">
</form>
</body>
</html>
我要设置tc.asp的大小,比如长为400宽为300
但又要接收到表单的内容
该怎么写?用window.open只能设置弹出的页面大小,接受不了表单内容