Tuesday, March 15, 2011

Javascript Code: MSN search on web

If you want to have MSN search engine in you page and MSN finder on your page you can use this code and it helps your website to have Microsoft powerful searcher to find keywords

<!-- this script got from www.javascriptfreecode.com-Coded by: Krishna Eydat -->
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 2</title>
</head>

<body>
<table BORDER="0" WIDTH="222" HEIGHT="18">
  <tr>
    <td WIDTH="214" HEIGHT="10">
    <form NAME="search" ID="search" ACTION="http://search.msn.com/results.asp" METHOD="get">
      <p><font FACE="arial" SIZE="2"><strong>Search
      <font COLOR="#808080">the Web for:</font></strong></font><br>
      <input TYPE="text" ID="q" SIZE="18" MAXLENGTH="251" NAME="q" VCARD_NAME="SearchText"><input TYPE="submit" VALUE="Search" NAME="B1"><input TYPE="hidden" NAME="FORM" VALUE="FRNT"><input TYPE="hidden" NAME="un" VALUE="doc"><input TYPE="hidden" NAME="v" VALUE="1"></p>
    </form>
    </td>
  </tr>
  <tr>
    <td WIDTH="214" HEIGHT="21" VALIGN="bottom">
    <p ALIGN="center"><font SIZE="1" FACE="arial">
    <a HREF="http://search.msn.com/advanced.asp?MT=&RS=CHECKED&Form=FRNT">Use
    Advanced Search</a></font></td>
  </tr>
</table>
<p> </p>
</body>
</html>

</body>
</html>
<font face="Tahoma"><a target="_blank" href="http://www.javascriptfreecode.com/"><span style="font-size: 8pt; text-decoration: none">JavaScript Free Code</span></a></font>

No comments:

Post a Comment