Copied to clipboard

Flag this post as spam?

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


  • hetaurhet 245 posts 267 karma points
    Feb 24, 2012 @ 12:29
    hetaurhet
    0

    Full text search

    when I search usin gsome word and click button it generates url as follows....

     

    Search.aspx?Search=kids&x=4&y=20.... how can I remove this x and y parameters?

  • Chriztian Steinmeier 2800 posts 8790 karma points MVP 8x admin c-trib
    Feb 24, 2012 @ 12:34
    Chriztian Steinmeier
    0

    Hi hetaurhet,

    This is because you're using an <input type="image" /> for the submit button (as far as I recall).

    You can use a <button> instead:

    <button type="submit"><img src="IMAGE_URL_HERE" /></button>

    /Chriztian

  • Chriztian Steinmeier 2800 posts 8790 karma points MVP 8x admin c-trib
    Feb 24, 2012 @ 12:35
    Chriztian Steinmeier
    0

    (and of course use CSS to remove the "button" look)

    /Chriztian

  • hetaurhet 245 posts 267 karma points
    Feb 24, 2012 @ 14:38
    hetaurhet
    0

    thank you that solved my problem... but now its like first time it takes search value and shows result. but second time when i enter some new text it shows old results only. It takes old searchtext value only...

     

    so what can be the problem now?

Please Sign in or register to post replies

Write your reply to:

Draft