I need to create a Windows help file where there are many topics which are very similar, just differing in detail. Instead of creating a page for every combination (about 40 per topic!), I want to use Javascript to modify the detail, but I need to pass parameters to each page.
I tried to use the URL search argument:
<a href="page.htm?argument">Page</a>
This works nicely in standard HTML files in a browser, even in the HTML Help Workshop, but as soon as it is compiled in a .CHM file, I get an error page stating: This page can’t be displayed.
I tried to put "page.htm?argument" in the .HHP but that does not work either.