WikiIndex:WikiFinder: Difference between revisions

From WikiIndex
Jump to navigation Jump to search
No edit summary
 
(the code for a plain ole google search)
Line 5: Line 5:


Explain that they also have a search on the side bar.
Explain that they also have a search on the side bar.
----
<!-- Search Google -->
<center>
<FORM method=GET action="http://www.google.com/search">
<input type=hidden name=ie value=UTF-8>
<input type=hidden name=oe value=UTF-8>
<TABLE bgcolor="#FFFFFF"><tr><td>
<A HREF="http://www.google.com/">
<IMG SRC="http://www.google.com/logos/Logo_40wht.gif"
border="0" ALT="Google" align="absmiddle"></A>
<INPUT TYPE=text name=q size=25 maxlength=255 value="">
<INPUT type=submit name=btnG VALUE="Google Search">
</td></tr></TABLE>
</FORM>
</center>
<!-- Search Google -->

Revision as of 19:15, 27 July 2006

BrainstormMode


Make this a portal for people to find their wiki. We make it nice looking and it is just a google search of our wiki.

Explain that they also have a search on the side bar.



<FORM method=GET action="http://www.google.com/search"> <input type=hidden name=ie value=UTF-8> <input type=hidden name=oe value=UTF-8>

<A HREF="http://www.google.com/"> <IMG SRC="http://www.google.com/logos/Logo_40wht.gif" border="0" ALT="Google" align="absmiddle"></A> <INPUT TYPE=text name=q size=25 maxlength=255 value=""> <INPUT type=submit name=btnG VALUE="Google Search">

</FORM>