I made some changes and i can now see the reference when i view source on the page.. but still getting errors when the page finishes loading, i noticed that its not within the <head></head> tag, if that makes any difference, since its being done in the
code behind, not sure if it matters where it shows up on the page code.
So i now see this in the code <script
type="text/javascript"
src="/CSMeWer/csmw/mu.js"></script>
but still have the yellow triangle in the bottom corner of the browser and when i open it.. i have
Line: 84
Char: 6
Error: Invalid Argument.
Code: 0
Intermediate ASP.net User, Using VS2008/VS2010 with C# and SQL2005, SQL2008, Silverlight 3
---------------------
Mark as Answered if it helped
cubangt
Contributor
3052 Points
2405 Posts
Re: Includes and .js file calls within .net
Sep 03, 2009 06:06 AM|LINK
I made some changes and i can now see the reference when i view source on the page.. but still getting errors when the page finishes loading, i noticed that its not within the <head></head> tag, if that makes any difference, since its being done in the code behind, not sure if it matters where it shows up on the page code.
So i now see this in the code <script type="text/javascript" src="/CSMeWer/csmw/mu.js"></script> but still have the yellow triangle in the bottom corner of the browser and when i open it.. i have
Line: 84
Char: 6
Error: Invalid Argument.
Code: 0
---------------------
Mark as Answered if it helped