Is there a way so that pages in <iframe> tags can't use javascript?
I mean, turn off javascript on iframes only but not on the browser.
Is there a way so that pages in <iframe> tags can't use javascript?
I mean, turn off javascript on iframes only but not on the browser.
No. You can't change anything in an iframe, unless it is in the same domain as the page containing it for security purposes.
The only way around this would be have your server act as a proxy and filter JS server-side.