<form name="form1" action="a.aspx" method="post" target="_blank"></form>

解决方案 »

  1.   

    <form name = form1 action = next.asp method = post>
    <input type = button value = submit onclick = "sub()"
    </form>
    <script>
    function sub()
    {
    form1.submit()
    }
    </script>
      

  2.   

    if you need window.open style,you'll go to www.sina.com.cn website and first page survey form
      

  3.   

    <form name = form1 action = next.asp method = post target=_blank>
    <input type = button value = submit onclick = "sub()"
    </form>
    <script>
    function sub()
    {
    form1.submit()
    }
    </script>
      

  4.   

    in your form,you may add this:target="_blank"
      

  5.   

    我要用这个的window.open把菜单去掉 
    还要提交表单怎么做的呀?
      

  6.   

    see www.sina.com.cn's survey formjust in first webpage
      

  7.   

    right click->resourceyou'll get it
      

  8.   

    function windowOpener(loadpos)
    {
       controlWindow=window.open(loadpos,"surveywin","toolbar=yes,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=no,width=440,height=430");
    }
    <form id="form1" action="Sino_DiaoCha/touPiao.aspx?id=1" method="post" target="surveywin" onsubmit="javascript:windowOpener('');">
      

  9.   

    give your code,hope you succeed
      

  10.   

    <SCRIPT language=JavaScript>
      function new(){
    form1.submit();
    var
    newwin=window.open("newsssWin_searchout","top=150,left=150,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=500,height=295");
    newwin.focus();
    return false;
    }
    </SCRIPT>
    <form name="form1" method="post" action="new.php">
              <p>要插入的新歌名称 
                <input type="text" name="textfield" width="100">
                歌手名 
                <input type="text" name="textfield2" width="100">
              </p>
                <input type="submit" name="Submit" value="提交" onClick="new()">
              </p>
              </form>
    现在可以传过去的,但是就是不能在新窗口打开的
    怎么办呀帮我高手改改的?
      

  11.   


    cmsoft(韦小宝是我的老乡.net)
    帮我改改的
    :(小妹我看不懂英文的
    呜呜~~~~~~~~~~~~~~~~~~
      

  12.   

    you use copy and paste it:<SCRIPT language=JavaScript>
    function windowOpener(loadpos)
    {
       controlWindow=window.open(loadpos,"surveywin","toolbar=yes,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=no,width=440,height=430");
    }</SCRIPT>
    <form id="form1" action="new.php" method="post" target="surveywin" onsubmit="javascript:windowOpener('');">
              <p>要插入的新歌名称 
                <input type="text" name="textfield" width="100">
                歌手名 
                <input type="text" name="textfield2" width="100">
              </p>
                <input type="submit" name="Submit" value="提交">
              </p>
              </form>
      

  13.   

    cmsoft(韦小宝是我的老乡.net)
    谢谢了的,你的qq是多少的,小妹妹要向你学习学习的