shashank_digitreader said:
whatever u have
anyway, how to apply a search engine on the web page
Here goes... Paste this HTML code in the page you want the search engine to appear on.
<!-- SiteSearch Google -->
<FORM method=GET action="*www.google.com/search">
<input type=hidden name=ie value=UTF-8>
<input type=hidden name=oe value=UTF-8>
<TABLE bgcolor=white align=center><tr><td>
<A HREF="*www.google.com/">
<IMG SRC="*www.google.com/logos/Logo_40wht.gif"
border="0" ALT="Google" width="128" height="53"></A>
</td>
<td>
<INPUT TYPE=text name=q size=31 maxlength=255 value="">
<INPUT type=submit name=btnG VALUE="Search">
<font size=-1>
<input type=hidden name=domains value="www.yoursitename.com"><br><input type=radio name=sitesearch value=""> WWW <input type=radio name=sitesearch value="www.yoursitename.com" checked> Your Site Name <br>
</font>
</td></tr></TABLE>
</FORM>
<!-- SiteSearch Google -->
This will add Google's search Engine on your page, which can search the whole World Wide Web or just your site depending on your choices.
Do remember to replace 'yoursitename' with Your Site' Name.