I am working on a site using a content management system with very strict hierarchy and naming. All javascripts must the placed on the templates within an includes file.
My current left navigation is an include file placeed within a table cell. I read the instructions on placing the javascript within a table cell, but that will not work for me, due to the necessity of the include.
Thanks.
Amy Bond (apbond@stargazette.com)
Web Producer
http://www.stargazette.com
using javascript in an include
This will depend on browser support.
If you only need to support the latest browsers then youcan put the include files anywhere you like.
This will have an effect on browsers like Opera 6 and Internet Explorer for the Apple Mac. Mostly browsers which should no longer be used but people still do.
So, in essence, it will work but not 100% cross browser.
Hope this helps,
Andy
If you only need to support the latest browsers then youcan put the include files anywhere you like.
This will have an effect on browsers like Opera 6 and Internet Explorer for the Apple Mac. Mostly browsers which should no longer be used but people still do.
So, in essence, it will work but not 100% cross browser.
Hope this helps,
Andy