sucess!!!
Thanks for the info jessn!!!
I removed “get_bloginfo(‘url’),” and now it works!
this is what “searchform.php” looks like in the theme folder I’m using.
<form method="get" id="searchform" action="<?php echo get_bloginfo('url'), $_SERVER['PHP_SELF']; ?>">
<p>
<input type="text" value="Search keywords" name="s" id="searchbox" onfocus="this.value=''"/>
<input type="submit" class="submitbutton" value="Find it" />
</p>
</form>
I guess I’m stuck with a faulty search button :’-(
I forgot to mention the search work on the default worpress theme.
none? it seams lika simple problem.