2012-03-07 53 views

回答

2

通過AJAX構建上提交或加載目標網頁的表單重定向等

http://en.wikipedia.org/w/index.php?title=Spezial%3ASuche&search=%s

哪裏%s是您的搜索查詢。像:
http://en.wikipedia.org/w/index.php?title=Spezial%3ASuche&search=test

<form method="GET" action="http://en.wikipedia.org/w/index.php"> 
    <input type="hidden" name="title" value="Spezial%3ASuche" />  
    <input type="text" name="search" /> 
    <input type="submit" value="Search" /> 
</form> 

樣品
http://jsfiddle.net/CkK3j/

+1

也http://www.askdavetaylor.com/add_wikipedia_search_box_to_my_web_site_or_blog.html – 2012-03-07 16:47:42

+0

看,我真的不知道你的意思。你可以把它的代碼 – EandCProducts 2012-03-07 16:48:49

+0

@EandCProducts請參閱我上面的評論中的鏈接 – 2012-03-07 16:49:40