Results 1 to 2 of 2

Thread: Search Engine Script

  1. #1
    BellWard is offline Senior Member
    Join Date
    Dec 2009
    Posts
    236
    Rep Power
    3

    Default Search Engine Script

    I want to add search engine script in my website. It is possible or not??Anybody knows about how to add Search Engine Script in website. Any help would be highly appreciated. Thanks in advanced.

  2. #2
    CoxWatson is offline Senior Member
    Join Date
    Dec 2009
    Posts
    232
    Rep Power
    3

    Default

    It is possible. There are lots of sites which will give you scripts in different language which you want. You just need to use that script and after that you can create your own search engine. Insert the script in your code. Try the following code which is helpful for you.

    Code:
    <form method="get" action="http://www.google.com/search">
    <div style="border:1px solid black;padding:4px;width:20em;">
    <table border="0" cellpadding="0">
    <tr><td>
    <input type="text"   name="q" size="25"
     maxlength="255" value="" />
    <input type="submit" value="Google Search" /></td></tr>
    <tr><td align="center" style="font-size:75%">
    <input type="checkbox"  name="sitesearch"
     value="askdavetaylor.com" checked /> only search Ask Dave Taylor<br />
    </td></tr></table>
    </div>
    </form>

Similar Threads

  1. Add a different search engine in IE
    By onlytek in forum Everything Else
    Replies: 1
    Last Post: 10-27-2010, 09:53 AM
  2. PDF explore Engine Script
    By WalkerCook in forum General Internet Terms
    Replies: 1
    Last Post: 06-21-2010, 03:44 PM
  3. Add a different search engine in IE
    By PowellParker in forum General Internet Terms
    Replies: 2
    Last Post: 05-04-2010, 05:35 PM
  4. Search Engine
    By Bullocky Willis in forum General Internet Terms
    Replies: 0
    Last Post: 10-30-2009, 12:52 PM
  5. Search Engine
    By techno23 in forum General Internet Terms
    Replies: 0
    Last Post: 03-25-2008, 12:36 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
SEO by SubmitEdge

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48