I have a problem with a search form!
When the user typing something in search box on the site and click the enter - search not going, just refreshing the page! How to fix it? http://www.bodylingerie.com
Problem with a search form!
Re: Problem with a search form!
Hey... just to let you know. On your site, in IE, once you have opened two "click for larger picture" links, and used the close button to close, the site will appear to be not working until IE is closed, and then reopened. You might want to remove the close link for now, until a fix is available for this.
As far as hitting the enter for the search... I'm not sure about that one.
Scott
As far as hitting the enter for the search... I'm not sure about that one.
Scott
Re: Problem with a search form!
Make sure you have:
<asp:Panel ID="SearchPanel" runat="server" DefaultButton="SearchButton">
<asp:TextBox ID="SearchPhrase" runat="server" Columns="36"></asp:TextBox> <asp:LinkButton ID="SearchButton" runat="server" Text=" GO! OnClick="SearchButton_Click" CssClass="searchButton2" SkinID="ignore" CausesValidation="false"></asp:LinkButton>
</asp:Panel>
in SimpleSearch.ascx, or in your Custom folder
[[ConLib:Custom/SimpleSearch]]
<asp:Panel ID="SearchPanel" runat="server" DefaultButton="SearchButton">
<asp:TextBox ID="SearchPhrase" runat="server" Columns="36"></asp:TextBox> <asp:LinkButton ID="SearchButton" runat="server" Text=" GO! OnClick="SearchButton_Click" CssClass="searchButton2" SkinID="ignore" CausesValidation="false"></asp:LinkButton>
</asp:Panel>
in SimpleSearch.ascx, or in your Custom folder
[[ConLib:Custom/SimpleSearch]]
Re: Problem with a search form!
I was just in firefox and noticed the enter key didnt' work there.
But it works in IE.
But it works in IE.
- AlexG
- Commander (CMDR)
- Posts: 128
- Joined: Mon Mar 03, 2008 9:51 pm
- Location: StealDeals.com
- Contact:
Re: Problem with a search form!
THANKS for HELP!heinscott wrote:Hey... just to let you know. On your site, in IE, once you have opened two "click for larger picture" links, and used the close button to close, the site will appear to be not working until IE is closed, and then reopened. You might want to remove the close link for now, until a fix is available for this.
As far as hitting the enter for the search... I'm not sure about that one.
Scott