When I try to do a search in my wiki, I'm rooted to the
HomePage with this URL :
http://localhost:8001/phpwiki/index.php?s=test
instead of going to
http://localhost:8001/phpwiki/index.php?
pagename=TitleSearch&s=test
When I look into the generated HTML, the actions seem
ok ?
<form action="index.php?pagename=TitleSearch"
method="get" class="wikiaction" accept-charset="iso-
8859-1">
<div class="wikiaction"><input name="s" value=""
type="text" size="30" title="Title Search"
onmouseover="window.status="Title
Search"; return true;"
onmouseout="window.status='';return true;" /><input
type="submit" class="button"
value="TitleSearch" /></div>
</for
Is it an IE6 bug ? related to XHTML ?
JF