Hi PetraP,
I need to do the same thing as damplified, but I am not sure I understand what url I should put at src=”your url”.
And I have another small issue, I have created my own search form, that is using Search Everything:
<form method="get" id="searchform" action="<?php bloginfo('home'); ?>/">
<div>
<input type="text" size="" name="s" id="s" value="Effectuer votre recherche..." onfocus="if(this.value==this.defaultValue)this.value='';" onblur="if(this.value=='')this.value=this.defaultValue;"/>
<input type="submit" id="searchsubmit" value class="btn" />
</div>
</form>
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
What should I change in this form so that on submit, it leads to the page where my search result is embeded?
Thank you !