Click to See Complete Forum and Search --> : Is there a noframe for Iframes?


A05087
05-10-2005, 09:06 AM
Is there a noframe element for Iframes?

if a browser doesn't support ifames what can I do to display alt information?

scragar
05-10-2005, 09:12 AM
<iframe src="whereever.html">my no i-frames stuff</iframe>

A05087
05-10-2005, 09:30 AM
Thanks!