Ok, the only HTML element named "form" I was able to find in the source is this one:
- Code: Select all
<form action="/w/index.php" id="searchform">
<div id="simpleSearch">
<input name="search" title="Search Wikipedia [f]" accesskey="f" id="searchInput" />
<button type="submit" name="button" title="Search Wikipedia for this text" id="searchButton">
<img src="//bits.wikimedia.org/static-1.21wmf7/skins/vector/images/search-ltr.png?303-4" alt="Search" width="12" height="13" />
</button>
<input type='hidden' name="title" value="Special:Search"/>
</div>
</form>
So I think the target is "/w/index.php", isn't it?
But I can't find out, if it's GET or POST.