Login  
Search All Forums
Dart Home | PowerWEB LiveControls for ASP.NET | Custom Development Reply | PowerWEB LiveControls for ASP.NET Topics | Forums   
AuthorForum: PowerWEB LiveControls for ASP.NET
Topic: Pw LiveControls throw exception 'doesn't support 'createRange'' on IE 7, 8
hole7

From: Vietnam
Posts: 1
Member Since: 09/13/17
posted September 13, 2017 10:49 PM

Hi,

Currently, I'm using Dart.LiveControls.dll version 4.0.4.0 and when I run website in IE 7 and 8, it shows that "Object doesn't support property or method 'createRange'".

I checked and see that it relates to below code:

function pwSetMozillaOuterHTML(pwId, pwData) {
  var pwEl = pwObj(pwId);
  if (!pwEl) return;
  var pwRange = document.createRange();
  pwRange.selectNode(pwEl);
  var pwFrag = pwRange.createContextualFragment(pwData);
  pwEl.parentNode.replaceChild(pwFrag, pwEl);
}

Could anyone suggest any advise?

Thank you
Jamie Powell (Admin)

From: Rome, NY USA
Posts: 448
Member Since: 03/13/07

Extra Support Options
Custom Application Development

posted September 14, 2017 1:56 PM

Thank you for your post. If you own the product, please send your product key to sales@dart.com.

If you are evaluating, please indicate and I will forward your issue to the correct department.

Regards,
Jamie
Reply | PowerWEB LiveControls for ASP.NET Topics | Forums   
This site is powered by PowerTCP WebServer Tool PowerTCP WebServer for ActiveX