Side navigation
#1472 closed bug (invalid)
Opened August 07, 2007 02:54PM UTC
Closed August 10, 2007 01:09AM UTC
Error while loading the page
Reported by: | anu_baj | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.1.4 |
Component: | core | Version: | 1.1.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi,
In one of my application I m using few features like animations of jquery. I just included the jquery.js file as
<script src="<%=Globals.AppPath%>/Scripts/jquery.js" type="text/javascript"></script>
in my aspx.net page.. when page is loaded I m getting javascript error. "Error on page" and description says member not found. not sure which member is not found. but fading feature is working fine.Can you help me on this....
Attachments (0)
Change History (1)
Changed August 10, 2007 01:09AM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
It sounds like the URL being reference isn't pointing to a valid JavaScript file (it may be an HTML page instead).