Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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?
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
(and of course use CSS to remove the "button" look)
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?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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?
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:
/Chriztian
(and of course use CSS to remove the "button" look)
/Chriztian
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?
is working on a reply...