PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

Search form not working

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Search form not working

    I assume that I'm just missing something simple, but I placed the search form onto a page to test it out and it won't work. Clicking "Submit" button does nothing.

    Tried it in Opera and Chrome.

    Page is at http://www.jenesco.com/about_us.htm

  • #2
    When I went to your site and tested the form, it seems to work fine.

    I assume you have corrected the problem since making the above post.

    Comment


    • #3
      Correction. It worked ok in Firefox. But not in IE.

      Looking at your HTML code I can see you have made a HTML coding error, above the search form.

      Code:
      <br />
      <div style="padding:8px;background:#e9d3ba;color:#000;border:1px solid #000;"
      <form method="get" action="http://www.jenesco.com/search/search.php" style="background:#ddd;color:#000;">
      The <div> tags isn't closed. This confuses some browsers.

      There might also be other issues on the page, but this one stands out.

      Comment

      Working...
      X