Ok, thank you Charter, but I didn't mean that. However, I found the answer on the main page of this site (in html source).
Here it is:
<!-- start -->
<form action='search/index.php' method='get'>
<input type='hidden' name='template_demo' value='simple.html'/>
<input type='hidden' name='result_page' value='index.php'/>
<input name='query_string' type='text' class='liwords' value='russian visa' size="15"/>
<input class='liwords' type='submit' name='search' value='Search'/>
</form>
<!-- end -->
That's it. You can also add various parameters.
|