Results 1 to 3 of 3

Thread: Place search box on other sites?

  1. #1
    Join Date
    Jul 2002
    Posts
    26

    Default Place search box on other sites?

    Is it possible to offer code to my site visitors (who are also webmasters) that would put a search box on their site that would allow visitors to their site to search MY INDEXU directory? (Sorry for the run-on sentence!) That could really boost traffic!

    If anyone knows about this, please let me know!

    Kim

  2. #2
    Join Date
    Apr 2002
    Posts
    351

    Default Re: Place search box on other sites?

    Originally posted by joyorudis
    Is it possible to offer code to my site visitors (who are also webmasters) that would put a search box on their site that would allow visitors to their site to search MY INDEXU directory? (Sorry for the run-on sentence!) That could really boost traffic!

    If anyone knows about this, please let me know!

    Kim
    The easiest way would be to copy the html code for one of the search boxes on your site. Then make sure that all the paths are absolute.

    The following code could be used to allow for webmasters to search your site.
    PHP Code:

    <form method="get" action="http://www.yoursite.com/search.php">
    <
    table border="0" cellspacing="1" cellpadding="2">
    <
    tr
    <
    td
    <
    p align="center"
    <
    input type="text" name="keyword" size=12>
    <
    input type=submit value="Search">
    </
    p>
    </
    td>
    </
    tr>
    <
    tr
    <
    td><font size="1"><a href="http://www.yoursite.com/power_search.php" >More Search
      Options
    </a></font></td>
    </
    tr>
    </
    table>
    </
    form
    Good luck
    Last edited by Veg; 10-16-2002 at 07:41 PM.

  3. #3
    Join Date
    Jul 2002
    Posts
    26

    Default

    Veg,

    Thank you! You gave me exactly what I was looking for!!!

    Kim

Similar Threads

  1. Check this out (The Big List)
    By RichardDuboi in forum v3.2
    Replies: 0
    Last Post: 09-29-2002, 01:50 PM
  2. Search
    By joyorudis in forum v3.2
    Replies: 0
    Last Post: 09-18-2002, 07:50 AM
  3. Search Box on third party sites !
    By ideavirus in forum v3.2
    Replies: 0
    Last Post: 08-31-2002, 07:59 AM
  4. Search engine on other sites?
    By vertygo in forum v5.x
    Replies: 2
    Last Post: 04-03-2002, 07:23 PM
  5. Search Log Improvements
    By Hart_House in forum v3.2
    Replies: 0
    Last Post: 08-30-2001, 11:41 AM

Posting Permissions

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