[pmwiki-users] Search

Hans hans.bracker at googlemail.com
Tue Aug 22 11:17:13 CDT 2006


On 22/08/06, pmwiki at 911networks.com <pmwiki at 911networks.com> wrote:

> How to replace the PM search with Google search or Yahoo search?

You could use (:input:) markup to build a search form:

(:input form action="http://www.google.com/search" method=get:)
(:input text name=q value="" size=31 :)
(:input submit name Search:)
(:input radio name="sitesearch" value="" :) The Web
(:input radio name="sitesearch" value="pmwiki.org" :) pmwiki.org
(:input end:)

I don't know how to have a default radio button checked though.
Its not in the documentation at
http://www.pmwiki.org/wiki/Cookbook/Forms

~Hans




More information about the pmwiki-users mailing list