PPWIZARD Manual
[Bottom][Contents][Search][Prev]: OL_DOC_HTML_PREV[Next]: OL_DOC_HTML_TOP

OL_DOC_HTML_SEARCH

This is an option which modifies the tags of OL_DOC.DH operate (look and feel).

By default there is no search mechanism for the generated HTML, if you can provide one then this option allows you to set up the required icon and any required HTML.

EXAMPLE

I have a simple javascript search engine that I use to search my pages, I got it to generate "ppwsrch.htm", I wish to create a search button and link to the search page:

    #define    OL_DOC_HTML_SEARCH  <A HREF="ppwsrch.htm"><IMG SRC="search.gif" BORDER=0 WIDTH=59 HEIGHT=40 ALT="[Search]"></A>
    #define    OL_DOC_HTML_GENERATE_SEARCH_ICON
    #include  "OL_DOC.DH"
    


[Top][Contents][Search][Prev]: OL_DOC_HTML_PREV[Next]: OL_DOC_HTML_TOP

PPWIZARD Manual
My whole website and this manual itself was developed using PPWIZARD (free preprocessor written by Dennis Bareis)
Tuesday January 02 2001 at 7:37am