I want customize my documentation containing html pages and to display them in QT Assistant. I need to implement a function on all the html pages which looks for a particular file in local drive and determine whether it is present or not?

I was thinking of implementing this functionality using Qt code. Is there a possibility that we could use Qt function written in VC++ instead of a javascript function to perform the mentioned task?

I have a little knowledge of html and javascript. But, i have tried a javascript function too but it just didn't get called when implemented and assistant is invoked from command line.

Thanks In Advance. Please comment.