I have several asp files that use the same javascript information. Instead of repeating the javascript on each asp page I'm wanting to use an include statement within the asp and refer to a singel javascript file. When I do this it disables the submit button on the original asp page. I really don't know why. Everything else on the page works. I'm referring to the include file as .asp but it has nothing but javascript in it. Can this not be done or is there a better way to do it?