Pink search box broken in forums

When I’m in the forums and do a search, the results are targeted to the header iframe instead of refreshing the whole page.



This is very obvious on mac Safari because a scrollbar appears in the header and you can scroll down and see the results. This is inconsistent with how search works on the homepage for example.

yeah search never really worked well… ill added it to the list! :wink:

If you use the grey search link under the pink one it works.

[quote]phil johnston (11/03/2011)[hr]yeah search never really worked well… ill added it to the list! ;)[/quote]



All you need to do is add a target=_parent to your form tag…


Still broken…



Does your web master know about the target attribute on the html form tag?

[quote]lattetown (23/03/2011)[hr]Still broken…



Does your web master know about the target attribute on the html form tag?[/quote]



will look into it!

[quote]bryan spence (23/03/2011)[hr][quote]lattetown (23/03/2011)[hr]Still broken…



Does your web master know about the target attribute on the html form tag?[/quote]



will look into it![/quote]



Still broken…



Is it really all that hard to get into the source html and modify the following form like this:

<form action='Default.aspx' method='get' target='_parent'>

[quote]lattetown (29/03/2011)[hr][quote]bryan spence (23/03/2011)[hr][quote]lattetown (23/03/2011)[hr]Still broken…



Does your web master know about the target attribute on the html form tag?[/quote]



will look into it![/quote]



Still broken…



Is it really all that hard to get into the source html and modify the following form like this:

<form action='Default.aspx' method='get' target='_parent'>[/quote]





unfortunately yes.



it will be looked into