I am using the HTML module to run some javascript and I have multiple pages running different scripts.
I have already read how to include the file (<script src='<%= page.ResolveUrl("DesktopModules/HTML/file.js") %>'></script>) but what I want to know is how to selectively include different javascript files for differnt pages.
For example for Page A I want to include file1.js and for Page B I want to include file2.js.
At the moment I have to include both but this is not required for all instances of the HTML module.
Any help would be appreciated.
Greg