Problem with a search form!

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
User avatar
AlexG
Commander (CMDR)
Commander (CMDR)
Posts: 128
Joined: Mon Mar 03, 2008 9:51 pm
Location: StealDeals.com
Contact:

Problem with a search form!

Post by AlexG » Tue Jul 29, 2008 1:20 am

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

User avatar
heinscott
Captain (CAPT)
Captain (CAPT)
Posts: 375
Joined: Thu May 01, 2008 12:37 pm

Re: Problem with a search form!

Post by heinscott » Tue Jul 29, 2008 8:15 am

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

Mike718NY
Commodore (COMO)
Commodore (COMO)
Posts: 485
Joined: Wed Jun 18, 2008 5:24 pm

Re: Problem with a search form!

Post by Mike718NY » Tue Jul 29, 2008 11:10 am

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="&nbsp;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]]

Mike718NY
Commodore (COMO)
Commodore (COMO)
Posts: 485
Joined: Wed Jun 18, 2008 5:24 pm

Re: Problem with a search form!

Post by Mike718NY » Tue Jul 29, 2008 11:22 am

I was just in firefox and noticed the enter key didnt' work there.
But it works in IE.

User avatar
AlexG
Commander (CMDR)
Commander (CMDR)
Posts: 128
Joined: Mon Mar 03, 2008 9:51 pm
Location: StealDeals.com
Contact:

Re: Problem with a search form!

Post by AlexG » Wed Jul 30, 2008 3:05 am

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!

Post Reply