Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Run-time error
Message
 
 
To
All
General information
Forum:
ASP.NET
Category:
Testing and debugging
Title:
Run-time error
Environment versions
OS:
Windows XP
Miscellaneous
Thread ID:
01283675
Message ID:
01283675
Views:
66
Hi everybody,

When I try to run a web-page in the Browser it gives me a run-time error "property not found" and then points me to the javascript file on this line
for (var property in methods) {
      var value = methods[property];
      if (typeof value == 'function')
        element[property] = cache.findOrStore(value); // Line with the error
    }
It is actually a form. The page was simply migrated from one site to another and it is a form.

If I just grab its source and try it locally it doesn't give me the same error.

I have ability to modify the source of this page (through our backend), but I'm not sure how to make it work.

Can somebody please lend me a hand on this problem? I would then give the actual URL of the page.

Thanks a million in advance.
If it's not broken, fix it until it is.


My Blog
Next
Reply
Map
View

Click here to load this message in the networking platform