Posted By:
Ramanathan_Narayanan
Posted On:
Tuesday, May 23, 2006 01:10 PM
Hi,
I have a problem working with AJAX. I am reading a html file and updating a DIV tag.
The html file has some javascript content like "document.write()" and STYLE tags also. i need to execute the script and use the style also. innerHTML wont work as it ignores any SCRIPT tags. I cannot use DOM.
Can anyone help me on this?
Thanks,