Connecting Tech Pros Worldwide Forums | Help | Site Map

Need to AJAXify a web page that contains document.write()

Newbie
 
Join Date: Mar 2007
Posts: 1
#1: Mar 1 '07
Hello All:

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

acoder's Avatar
Site Moderator
 
Join Date: Nov 2006
Location: UK
Posts: 14,581
#2: Mar 2 '07

re: Need to AJAXify a web page that contains document.write()


Welcome to TheScripts!

Please post your code. I think all you'll need is to convert all the document.write()s to normal HTML (and that should not be a problem on the server side). There's no need for javascript.
Reply