Hi,
I am trying to use this script for trying to invoke search automatically from any serch engine. I am not getting any results. Can you tell e if I have done anything wrong.
<HTML>
<HEAD>
<TITLE>Cell-A-Lott(TM)</TITLE>
</HEAD>
<BODY BACKGROUND="sumtextb.jpg">
<h1 align="center">Welcome</h1>
<p align="left">
<b>Search</b>
<form action="http://www.google.com" method="GET">
<table border=0>
<tr>
<td>Search String</td>
<td align=center><input type="text" name="p" ></td>
</tr>
</table></br></br>
</form>
</p>
</body>
</html>
Thanks in advance for the help..
Aravind