Internet Explorer中的html帖子表单出错

时间:2010-12-21 23:35:01

标签: php html forms internet-explorer-8

我有一个发布到php脚本的html表单。它在chrome和firefox中运行良好,但在IE中却不行。我已经对W3C进行了测试,但找不到与表单相关的任何错误。我的代码是:

<form class="formular" id="formular" method="post" action="script/contact.php"> 
    <fieldset>
        <label>
            <span>Name : </span>
            <input type="text" class="validate['required','length[3,-1]','nodigit'] text-input" name="Name" />
        </label>
        <label>
            <span>Email address : </span>
            <input type="text" class="validate['required','email'] text-input" name="email" />
        </label>
    </fieldset>
    <div class="button">
        <input type="submit" value="Contact" class="submit" />
    </div> 
</form>

提前致谢

1 个答案:

答案 0 :(得分:0)

表格是正确的。看起来像服务器端的错误处理表单。你如何抓住结果?