LETAKAN SCRIPT INI DI WIDGET ATAU EDIT HTML BAGIAN BODY :
<body>
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://www.javascriptsource.com -->
<!-- Original: 0n3Cee (Shortiee4@hotmail.com) -->
<table bgcolor="#000000" border="1" bordercolor="red">
<tr><td>
<script language="Javascript">
function search(){
if (formx.q.value <= 0) alert("Please enter a term to search for");
if (formx.q.value <= 0) reload();
}
</script>
<script type="text/Javascript">
function reload()
{
location.reload()
}
</script>
<form action="http://www.google.com/search" method="GET" name="formx" target="_blank">
<input maxlength="38" name="q" onsubmit="search()" size="40" type="text" value="" />
<input name="btnG" onclick="search()" type="submit" value="Search Google" />
</form>
</td></tr>
</table>
</body>