私のdefault.aspx
ページには次のコードがあります
<%@ Page Title="" Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<div class="default">
<div class="search_panel">
<select id="Select1" name="search_type">
<option>option1</option>
<option>option2</option>
</select><input name="search_text" type="text" /><input name="search" formaction="page.aspx" type="image" alt="submit" src="images/search.jpg" />
</div>
</div>
</asp:Content>
ユーザーがenter
検索ボタンを押すと、すべてのブラウザー (firefox、chrome、safari) で機能しますが、IE 8 では機能しません。なぜそれが起こっているのですか?