Hi,
I have a search field which is rendered with:
<form action="Default.aspx" method="get" name="searchform" id="searchform" style="display:inline; margin:0px; padding:0px;">
<input type="hidden" name="ID" value="20" >
<input type="hidden" name="PID" value="19">
<input type="text" class="textbox" id="q" name="q" value="" />
<input type="submit" value="" name="sokBtn" id="searchButton">
</form>
When I am on a page where the url is not rewritten it works but when I am on a page where the url has been rewritten it does not work. Like this one:
http://www.stallportalen.se/Hem-1.aspx
Is there any way to solve this?
Mvh / Aki
Developer forum
E-mail notifications
Search
Posted on 23/02/2010 15:52:13
Replies
Nicolai Høeg Pedersen
Posted on 23/02/2010 16:52:17
On http://www.stallportalen.se/Hem-1.aspx doing a search gives me this:
http://www.stallportalen.se/Default.aspx?ID=20&PID=19&q=under&sokBtn=
And that works... Could you please clarify?
http://www.stallportalen.se/Default.aspx?ID=20&PID=19&q=under&sokBtn=
And that works... Could you please clarify?
Posted on 23/02/2010 16:54:55
Tested with Firefox and indeed it does work. But not in IE.
/Aki
/Aki
Nicolai Høeg Pedersen
Posted on 23/02/2010 16:56:18
Well - my IE 8 works...
Posted on 23/02/2010 16:57:39
Ghaa... :)
In my IE I get an URL like this:
http://www.stallportalen.se/Hem-1.aspx?ID=20&PID=19&q=test&sokBtn=
It sets the ID of the page but it's still "Hem".
/Aki
In my IE I get an URL like this:
http://www.stallportalen.se/Hem-1.aspx?ID=20&PID=19&q=test&sokBtn=
It sets the ID of the page but it's still "Hem".
/Aki
You must be logged in to post in the forum