Anybody know if the <noframes> tage applies to iframes?
Thanks
Printable View
Anybody know if the <noframes> tage applies to iframes?
Thanks
no, it doesnt. here is what you do.
eg
If the browser supports iframe then it will ignore the text in between the tags and display the iframe, if it doesnt support them then it will simply display the text rather than the iframe.Code:<iframe src="URL" more attributes>
alternative content for browsers which do not
support iframe
</iframe>