Demo:-
Bagaimana nak install search box widget dalam blog?
Tekan button di bawah untuk tambahkan widgetterus ke blog anda
(Atau)
Gunakan Code dibawah and tambahkan Widget HTML/JavaScript<div class="searchform"> <form method="get" id="searchform" action="/search"> <table width="100%"> <tr> <td><input type="text" style="width:98%;padding:2px;" value="Search this blog..." onfocus="if (this.value == "Search this blog...") {this.value = ""}" onblur="if (this.value == "") {this.value = "Search this blog...";}" name="q" id="sbox" class="sbox"></td> <td width="75px"><input type="button" Value="Search" id="sbutton" class="sbutton" alt=""></td> </tr> </table> </form> </div>
No comments:
Post a Comment