hi again!
I have a page, http://follofolkehoeyskole.net.dynamicweb.no, where the search form is in the top-logo. I simply copied the contents of the template searchbox.html into my page template.
This is the form I use:
<form action="Default.asp" method="get" name="SearchForm1">
<input type="hidden" name="ID" value="<!--@DwPageID-->">
<input type="text" name="q" id="sokInp" size="28" value="SØK FFH" onfocus="this.value = '';">
<input type="submit" value="Søg" style="width:50px;float:right;">
</form>
Then added the search template to a page to display the result. But no luck, it didnt work.
The searchform in the 'search result' page works fine.
Any idea how I can get the search form to work outside this page?
-cheers
-jan