rogerd

Members
  • Content count

    3
  • Joined

  • Last visited

About rogerd

  • Rank
    Forum Newbie
  1. Microsoft JScript Runtime Error

    Using Javascript to display multiple candlestick charts FIXED the problem. Thanks!
  2. Microsoft JScript Runtime Error

    The "undefined" js error appears is coming from the 4 charts in the table id = ctl00_ContentPlaceHolder1_IndexChartList2_DataList1. I get 2 errors for each chart so 8 errors when loading or closing this page. removed
  3. Hello, If I put more than 1 candlestick chart on a page, a few of my IE6 & 7 clients display this error 2 times for each candlestick chart: ---- A Runtime error has occurred. Do you wish to debug? Line: 0 Error: "<clientId>" is undefined. Yes | No ---- If I start VS05 as my debugger, the script block that appears to be throwing the error is: ---- __flash__removeCallback(<clientId>, "setDataXML"); ---- The clientId is being uniquely generated by asp.net so it's different for all the charts, but is set as the object id and embed name values. Any ideas on why I'd be getting this or how to fix it? (P.S. I've actually had this problem before using the candlestick chart on a PHP system. I ended up only using 1 chart per page, but exact same error from a different platform.)