当seo友好的url用于操作时,IE表单不起作用

时间:2013-11-15 09:15:47

标签: forms internet-explorer input internet-explorer-8 get

我有以下HTML

<form method="GET" action="a/search">
    <select>
        <option value='a'>A</option>
        <option value='b'>B</option>
    </select>
    <input type="text" title="Search" name="key"/>
    <input type="submit" name="submit" title="GO" value="GO"/>
</form>

如果我用任何直接文件名替换操作,或者只用文件夹名称替换它可以正常工作

0 个答案:

没有答案