Is it possible to have an asp page return a javascript file dynamically in classic ASP? What I'm trying to do is return a specific javascript file to a calling asp page by passing through another asp page. The 'pass through' page will inspect a server variable and based on a setting with either return scriptA.js or scriptB.js to the calling asp page. The calling asp page needs to use the returned .js for navigation menus.
It's been over 7 years since I've done any Classic ASP, and got sucked into helping out on a project.
Any help is appreciated.
Thanks!