> > And please, don't use DHTML in the doc unless you REALLY know > > what you do (i have 3 years of daily and very intensive DHTML > > experience and i can assure that it's no use for a doc). This > > is the worst thing to do !!! > > What is wrong with DHTML here? Elaborate.
OK, how can you do a "See this page online", "Report a bug on this page" functionality without DHTML? Please inform me, I am really interested... Sure! You cannot use any server side techniques. I myself like server side programming the best, but here if you would like to make dynamic content, the only way to go is DHTML. The other thing, dynamically including user notes, so people not interested in user notes do not need to download them, while others using them, just put the user_notes.chm file in the same directory, and the user notes appear just in the content of the page... This can only be done using some DHTML, particularly innerHTML tweaking of a div tag... So, if you don't like these done with DHTML, what do you advise us. Drop all the dynamic improvements, as the goal of the manual is to be static, or do it another way => than how? Goba