Change Iframe Content from Cached HTML?

Posted by Yang on Stack Overflow See other posts from Stack Overflow or by Yang
Published on 2010-03-24T20:59:27Z Indexed on 2010/03/24 22:23 UTC
Read the original article Hit count: 240

Filed under:
|
|

Is there any way that I can change the content of iframe from a cached html string? I am not talking about iframe.Attribute["src"] = "url", but rather given a string of html and change the content.

An ugly workaround might be saving the html into a file and change iframe src to it. Any other ways? Maybe javascript can help?

© Stack Overflow or respective owner

Related posts about iframe

Related posts about JavaScript