Results 1 to 3 of 3

Thread: HTML Wikipedia searchbar.

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2002
    Posts
    70

    HTML Wikipedia searchbar.

    Hi!
    I've been looking for a Wikipedia searchbar for adding to my website, without success. Anyone have a link? Thanks for reading!

  2. #2
    Frenzied Member sciguyryan's Avatar
    Join Date
    Sep 2003
    Location
    Wales
    Posts
    1,763

    Re: HTML Wikipedia searchbar.

    Quote Originally Posted by Mutuz
    Hi!
    I've been looking for a Wikipedia searchbar for adding to my website, without success. Anyone have a link? Thanks for reading!
    Not shure what your looking for... someone that grabs results and then displays them on your page or something that simply redirects the user to Wikipedias search page?

    If the first then you'll need to look into PHP or the like.

    Cheers,

    Ryan Jones
    My Blog.

    Ryan Jones.

  3. #3
    VB6, XHTML & CSS hobbyist Merri's Avatar
    Join Date
    Oct 2002
    Location
    Finland
    Posts
    6,654

    Re: HTML Wikipedia searchbar.

    About the minimum you require:
    HTML Code:
    <form action="http://en.wikipedia.org/wiki/Special:Search" id="searchform"><p>
    	<label for="searchInput">Search Wikipedia</label>
    	<input id="searchInput" name="search" type="text" value="" />
    	<input id="searchGoButton" name="go" type="submit" value="Go" />
    	<input id="searchButton" name="fulltext" type="submit" value="Search" />
    </p></form>

Posting Permissions

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



Click Here to Expand Forum to Full Width