Hi guys,
I've a small issue at hand.
I would like to inject some HTML code into a Dynamically created Iframe.
I should NOT use <iframe>.contentWindow.document.write("<p> blah blah...").
Is there any other way thru JavaScrip to do this.
The Reason I cannot use document.write is due to some DomainSecurity Issues.
Please suggest...
Cheers,
Srivats
I've a small issue at hand.
I would like to inject some HTML code into a Dynamically created Iframe.
I should NOT use <iframe>.contentWindow.document.write("<p> blah blah...").
Is there any other way thru JavaScrip to do this.
The Reason I cannot use document.write is due to some DomainSecurity Issues.
Please suggest...
Cheers,
Srivats