标题:如何把javascript 变量传给ASP
只看楼主
billyang
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2006-9-23
 问题点数:0 回复次数:0 
如何把javascript 变量传给ASP
各位大侠,小弟遇到点问题请各位帮忙.首先谢谢各位的帮助.
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script language="javascript">
<!--
function short() {
//if(confirm("are you sure?") == true) {
window.open("http://www.dfdffdfdf.om/test/ss.asp","ss"); 在ASP里不能把我的变量显示出来请指点该怎么解决
winobj.focus();
// }
}
//-->
</script>
</head>
<body>
<form method="Post" name="Form1">
name <input type="text" name="username"><br>
</form>
<input type="submit" value="submit" size="20" onClick="javascript:short()">
</body>
搜索更多相关主题的帖子: 变量 javascript ASP 
2006-09-23 22:04



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-92454-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.014038 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved