Busy with modifying the search functionalities.
Still this code here generated an error:
<form method="get" action="<$MTCGIPath$><$MTSearchScript$>">
<input type="hidden" name="Template" value="aroundmyroom">
<input type="hidden" name="IncludeBlogs" value="<$MTBlogID$>" />
<input id="search" name="search" size="24" class="search" value="Search AroundMyRoom" onfocus="clearDefaultValue(this) /><center><input type="" value=""" class="search" />
</center>
</form>
I want to have a search form without a button as it is now; but without the error ;-) Anyone?
I see some wrongly placed double quotes.
The onfocus statement is missing a double quote and the value following that line has one double quote too many.
onfocus=”clearDefaultValue(this)
onfocus=”clearDefaultValue(this)”
value=”””
value=””
Hope this helps
than you get 2 dialog boxes and the search does not work.