去掉name=submit的空件,
或改成其它名字如btnSubmit
<form name=frm action=about:ok>
<input type=button onclick=vbscript:frm.submit>

解决方案 »

  1.   

    ?什么意思啊?
    我测试的好像没有问题啊!<html>
    <head>
    <title></title>
    <meta name="Generator" content="EditPlus">
    <meta name="Author" content="JnKc">
    <meta name="Keywords" content="">
    </head>
    <body>
    <script language="VBScript">
    <!--
    function sme()
    jnkc.submit
    end function
    //-->
    </script>
    <form method=post action="jnkc.asp" name="jnkc">
    <input type="text" name="mytext">
    <input type="button" value="提交" onclick="sme()">
    </form>
    </body>
    </html>