Inclusion of JavaScript Files
Posted by: Rick Strahls WebLog,
on 07 Jul 2008 |
View original | Bookmarked: 0 time(s)
I've been thinking a bit about JavaScript inclusion in the last few weeks as I've been working on quite a few different Web projects that use a fair bit of JavaScript functionality. One thing that I'm still trying to feel good about is how JavaScript is included into pages. There are a number of different ways that script embedding can be done especially with ASP.NET and none of them are really perfect. So what's the Problem? The issue is plain and simple, how do you deal with JavaScript inclusion...