All, I want to load a HTML file as a include in all my files and I want to pass parameters to this file (like query string) so that this file's Javascript code can use these paraemeters. Can I do this using HTML::TEMPLATE or SSI? I know that we can simply include a file but is there a capability to pass parameters to a include file? Thanks