Hi!
I've been looking for a Wikipedia searchbar for adding to my website, without success. Anyone have a link? Thanks for reading! :)
Printable View
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?Quote:
Originally Posted by Mutuz
If the first then you'll need to look into PHP or the like.
Cheers,
Ryan Jones
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>