I'm testing robohelp/zoomsearch/flyingant to see if this is a good alternative for the build in robohelp 8 search (which frankly isnt that good).
I really like what zoomsearch can offer, and have made a small trial project using the free versions.
However, when I try to open the generated webhelp project (robohelp -> html ) firefox gets in an endless loop, and keeps reloading the pages.
If I open the pages directly (as file:// ) or access them through an apache webserver everything works fine.
I can present the webhelp and flying ant pages as a zip file if anyone is interested .
The problem seems to stem from some .js files in robohelp
The main page loads three .js files, each set a flag, and if not all 3 flags are set, the main page gets reloaded.
this trick works fine if I access the main page directly (file: uri) or if I upload the project to an apache webserver.
Any ideas why the flyingant webserver does not handle this correctly ?
(and what I can do to fix it )
I really like what zoomsearch can offer, and have made a small trial project using the free versions.
However, when I try to open the generated webhelp project (robohelp -> html ) firefox gets in an endless loop, and keeps reloading the pages.
If I open the pages directly (as file:// ) or access them through an apache webserver everything works fine.
I can present the webhelp and flying ant pages as a zip file if anyone is interested .
The problem seems to stem from some .js files in robohelp
The main page loads three .js files, each set a flag, and if not all 3 flags are set, the main page gets reloaded.
this trick works fine if I access the main page directly (file: uri) or if I upload the project to an apache webserver.
Any ideas why the flyingant webserver does not handle this correctly ?
(and what I can do to fix it )
Comment