bulls1223

Members
  • Content count

    1
  • Joined

  • Last visited

Everything posted by bulls1223

  1. Microsoft JScript Runtime Error

    retry remove chart. window.attachEvent("onbeforeunload",fcRemoveChart); function fcRemoveChart() { var arr = document.all.tags("object"); if (arr && arr.length) { for (var i=arr.length-1; 0<=i; i--) { arr.removeNode(true); } } }