Taro
02-27-2012, 10:42 PM
Hello,:D
If JavaScript is disabled, does the content in an iframe become un-viewable/ blocked? This is in general, regardless of how safe or trusted the website/ content is.
<html>
<head>
<noscript>Javascript is disabled. Having it enabled provides the greatest functionality.</noscript>
</head>
<body>
<noscript>Javascript is disabled. Having it enabled provides the greatest functionality.</noscript>
<iframe src="first.html" width="300" height="300" />
</body>
</html>
If JavaScript is disabled, does the content in an iframe become un-viewable/ blocked? This is in general, regardless of how safe or trusted the website/ content is.
<html>
<head>
<noscript>Javascript is disabled. Having it enabled provides the greatest functionality.</noscript>
</head>
<body>
<noscript>Javascript is disabled. Having it enabled provides the greatest functionality.</noscript>
<iframe src="first.html" width="300" height="300" />
</body>
</html>