bende şu var, umarım uyarlayabilirsin, değiştireceğin yerler ...? olan kısımlar. id lere dikkat hata yaparsan çalışmaz büyük ihtimal ile.
Kod:
<form name="qsearch_form" id="searchform" method="post" action="index.php" >
<input class="post" type="text" name="search_keywords" size="15" value="...?" id="searchfield"
onfocus="if (document.getElementById('searchform').search_keywords.value == '...?') { document.getElementById('searchform').search_keywords.value = ''; }"
onblur="if (document.getElementById('searchform').search_keywords.value == '') { document.getElementById('searchform').search_keywords.value = '...?'; }" />
</forum>