Need to AJAXify page containing document.write()
I am really in a bind. I need to AJAXify a web page that contains a charting component (ILOG). Unfortunately, charting component uses document.write() to write some divs and tags so I am having problems loading the charting component (mainly javascript) via AJAX.
Any ideas, please!!!!
PS: Site is an internal one in a company where 99% of users have IE

