|
-
May 10th, 2006, 04:38 AM
#1
Thread Starter
Lively Member
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!
-
May 11th, 2006, 02:18 PM
#2
Re: HTML Wikipedia searchbar.
 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
-
May 11th, 2006, 04:05 PM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|