Search

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?

2 thoughts on “Search

  1. plamola says:

    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

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.