qsy_627
(风一样的青蛙)
金牌会员
 
高级会员
UID 19938
精华
2
积分 2197
帖子 2155
金钱 2177 喜悦币
威望 20
人脉 0
阅读权限 70
注册 2003-4-27 来自 浙江
状态 离线
|
[广告]: q
m
我到底错在哪里
<script language="javascript">
<!--
function formsubmit()
{
theForm = document.frmlogin;
win = window.open('','./vote/result.php','resizable=no,top=50,left=100,width=440,height=265');
theForm.target="./vote/result.php";
theForm.submit();
}
//-->
</script>
......
<form action="./vote/result.php" name=frmlogin method=" OST" target="./vote/result.php">
.....
<input type=submit value="投票" onclick='formsubmit()'>
<input type=reset>
各位高手如果有类似的源码,贴出来给我看啊
我每次运行这句话都说参数无效
win = window.open('','./vote/result.php','resizable=no,top=50,left=100,width=440,height=265');
|  本人专职PHP开发6年左右,对WEB开发中的相关技术比较精通或熟悉。独创了一套PHP实用快速开发系统,详细请访问我的博客:http://qsy_627.blog.163.com/
|
|