Search form

From rejetto wiki
Revision as of 10:56, 20 May 2012 by 202.170.51.241 (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

You can put a seach form on your hfs page.

Here the code:

<form style='text'> <input name='search' size='50' value=""> <input type='submit' value="Server Search"> </form>

or this code: (to search in entire server)

<form action="/" method="get">

        <input size ="50" type="text" name="search">
        <input type="submit" value="Search Now">
   </form>