vote up 2 vote down star

Does anybody know a proper, cross-browser way to "empty" an IFrame? Is "about:blank" recognized without error across all browsers? Is it valid to give an IFrame an empty src?

flag

75% accept rate

1 Answer

vote up 1 vote down check

How about

src="javascript: ;"

or

src="javascript:void(0)"

This should work fine with IE and Firefox

link|flag
Good idea. Thanks. – Pekka Gaiser Nov 6 at 17:56
you're welcome . – marcgg Nov 6 at 17:57

Your Answer

Get an OpenID
or

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