vote up 0 vote down star

I have a string (fetched via ajax), which is an entire html document (doctype to < /html>). Does anyone know of a way to load it into an iframe?

I cannot simply specify the url that returned the document in the src of the iframe, since the response may have come from a post, and repeating it may have ill effects. Also, I can't submit it to the iframe the first time, since I can't predict absolutely that the result will be a document and not some json. Basically, I can't recall the url, I must be able to use the version I have (a string).

jQuery is fair game, since that's what I'm using.

flag

2 Answers

vote up 2 vote down check

Here's how.

link|flag
This works, but only if jQuery is left completely out of the equation. For some reason using jQuery for this makes it fail (and I don't really understand why). If nobody comes along with a jQuery solution I'll except this. – defrex Aug 17 at 16:04
vote up 0 vote down

set the innertext

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.