I'm using JavaScript, and understand that iframe allows to set
docShell attributes like "allowJavascript = false"  and  "allowImages
= false" .
Is it possible to disable [link] and [style] tags to keep the load compact?

i.e. (example from https://developer.mozilla.org/Special:Search)
[link rel="shortcut icon" href="/favicon.ico"]
[link rel="stylesheet" type="text/css" media="screen"
href="/skins/common/css.php"]
[script type="text/javascript"
src="/skins/common/js.php?perms=LOGIN,BROWSE,READ,SUBSCRIBE&lang=en-us"][/script]
[link rel="stylesheet" type="text/css" media="screen,projection"
href="/skins/mozilla/Fox3/css.php" title="Default Style"]
[link rel="stylesheet" type="text/css" media="print"
href="/skins/mozilla/print.css"]

Is there an interface that could do that?
_______________________________________________
dev-tech-layout mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-layout

Reply via email to