I would like to know how this person is able to switch between search forms by simply clicking the links "dictionary | site wide". What is this code called? I checked the source code, but it doesn't provide me with much information. Any opinions? Ideas? It's not so much important to know how the search form switches, I think just by knowing the code generally, I will be able to deduce how the form switches.
To grow the commons of free knowledge and free culture, all users contributing to Wikimedia projects are required to grant broad permissions to the general public to re-distribute and re-use their contributions freely, as long as the use is attributed and the same freedom to re-use and re-distribute applies to any derivative works. Therefore, for any text you hold the copyright to, by submitting it, you agree to license it under the Creative Commons Attribution/Share-Alike License 3.0 (Unported). For compatibility reasons, you are also required to license it under the GNU Free Documentation License (unversioned, with no invariant sections, front-cover texts, or back-cover texts). Re-users can choose the license(s) they wish to comply with. Please note that these licenses do allow commercial uses of your contributions, as long as such uses are compliant with the terms.
HI Oxes
Good you found out that it was free, to me it sounded like the other person was telling the enquirer to download a script that a coder may have written themselves, ie copyrighted perhaps.
Clicking on dictionary/site wide calls a function called switch_menu() which is about 10 lines of code (looks like a self-written script, with no copyright info) which sets display style on the search boxes to display the correct one.
Googling getElementById will give you the code you need to change the display.
Their google(sitewide) searchbox is the standard google search box that any site admin can get from google. Their own search box will be a custom search written into the wiki.
In summary
Changing the layer to display (switch_menu) is a very easy function to write (so easy that using it would be very unlikely to cause a problem). The div containing the google search is easy to obtain from google and their own custom search will be part of their wiki.