Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • aito 6 posts 26 karma points
    Mar 05, 2011 @ 07:19
    aito
    0

    The search button no response

    Hi,

    When I preview to the search page(http://localhost:802/search.aspx),it can work

    but when I press the search button was no response.I put it into my page like this

    <form  method="post" action="/Search.aspx" class="site_search">
            <fieldset class="site_search">
              <label for="search">Search</label>
              <input type="text" name="search" id="search" />
              <input type="submit" value="search" />
            </fieldset>  
    </form>

    it can works.But I would like to continue the search results page the search button was no response.

  • Douglas Robar 3570 posts 4711 karma points MVP ∞ admin c-trib
    Mar 06, 2011 @ 15:51
    Douglas Robar
    0

    You've got a <form> tag around your own search form, which is perfect (it can be either a .net form tag or a plain html form tag). I suspect you don't have a <form> tag around the XSLTsearch macro on the XSLTsearch template (or whatever page you have inserted the XSLTsearch macro on).

    Some more details in the troubleshooting section of the XSLTsearch documentation.

    cheers,
    doug.

Please Sign in or register to post replies

Write your reply to:

Draft