• 0

someone try to solve this!


Question

Problem www.bagmasters.com

ok this is the site!!!!!

Whats not working is the bottom left corner i need for the same function as the submit button to work. BUT!!!!

IT doesnt work when you press enter

check the bottom code!!!

its the bottom left first box that i need to have the enter key work on.

It just returns

http://www.bagmasters.com/?searchfor=i560 when i press enter

but i need it to search the database

anyone help

you can test it by putting in this value

i560

"i560"

and it should search just like the enter button!

thanks

hope someone knows what im doing wrong

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

the submit form on your site is leading... to nowhere:

<pre><form name=searchform></pre>

you should do like this:

<pre><form action="somefile.php" method="post"></pre>

and if you have php support, this file will include:


search the db for $searchfor...

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.