Login  
Search All Forums
Dart Home | PowerWEB Zoom for ASP.NET | Custom Development Reply | PowerWEB Zoom for ASP.NET Topics | Forums   
AuthorForum: PowerWEB Zoom for ASP.NET
Topic: Client-side Javascript error causing problems
rfreas

From: Chicago, IL USA
Posts: 1
Member Since: 11/27/06
posted December 12, 2006 10:05 AM

Hi,

I am receiving a javascript error and it is interfering with the rest of my page, including AJAX UpdatePanels on the same page.

The Javascript error is "Microsoft JScript runtime error: Object doesn't support this action", and the line of code is "target.complete=true;". I can paste the entire javascript from the debugger, but I don't know if that is useful or if the web form will allow it. Here's a fragment:

var pwImageCheck=10;
pwTile.prototype.onLoad=function(e){
var target=pwTargetFromE(e);
if(typeof(target)!="undefined"){
if(target.tagName=="IMG"){
target.complete=true; // this is where the ERROR is
}
}
}

--

Does anyone know what is going on?

Thanks,

Rob
Jeff Cranford



From: Rome, NY USA
Posts: 586
Member Since: 05/30/01
posted December 13, 2006 11:20 AM

To any other readers, communication has moved to email. I'll update the thread if/when the issue is resolved.
Reply | PowerWEB Zoom for ASP.NET Topics | Forums   
This site is powered by PowerTCP WebServer Tool PowerTCP WebServer for ActiveX