Page 1 of 1
Problem with a search form!
Posted: Tue Jul 29, 2008 1:20 am
by AlexG
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
Re: Problem with a search form!
Posted: Tue Jul 29, 2008 8:15 am
by heinscott
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
Re: Problem with a search form!
Posted: Tue Jul 29, 2008 11:10 am
by Mike718NY
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]]
Re: Problem with a search form!
Posted: Tue Jul 29, 2008 11:22 am
by Mike718NY
I was just in firefox and noticed the enter key didnt' work there.
But it works in IE.
Re: Problem with a search form!
Posted: Wed Jul 30, 2008 3:05 am
by AlexG
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
THANKS for HELP!