CODE
<form method="get" action="<$MTCGIPath$><$MTSearchScript$>">
<input type="hidden" name="IncludeBlogs" value="<$MTBlogID$>" />
<input id="search" name=q maxlength=256 value=" search zuiker.com" onfocus="this.value='';" class="search"><input type="submit" value="search" class="button"/></form>
<input type="hidden" name="IncludeBlogs" value="<$MTBlogID$>" />
<input id="search" name=q maxlength=256 value=" search zuiker.com" onfocus="this.value='';" class="search"><input type="submit" value="search" class="button"/></form>
but try to search using it, and it takes you to the default search page with no results. On this page, if you enter the same search in the field under "Search this site:" you do get results.
So, I've figured out the 'name ... onfocus' bit of my code must be the culprit. But, I don't have the relevant knowledge (I borrowed this code from someone once long ago).
Any suggestions?
Anton