
I have made searching box use onclick method, so i hope the searching box have a temporary text and when i click on searching bvox, the text is dissapear, but until now, i didn't do like that..please check my code..i have attached picture that i hope...
<?php
include "config/koneksi.php";
// Form Pencarian
echo "<tr><td colspan=2><img src=images/search.png></td></tr>
<tr><td colspan=2>
<form method=POST action='?module=hasilcari'>
<input type=text name=kata class=txt-search title='Ketik yang anda cari lalu tekan enter' value='Quick Search' onfocus=if(this.value =='Quick Search') {this.value = ' ';}>
<input type=submit name=s id=s class=s>
</form>
<hr color=#265180></td></tr>";
?>
I think i have a mistake in bold text..please check my friendssss


