faqts : Computers : Programming : Languages : JavaScript : Frames

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

10 of 48 people (21%) answered Yes
Recently 0 of 10 people (0%) answered Yes

Entry

Is it possible to disable javascript, such as frame breakers, in an iframe when the page being loaded into the iframe is an external site?

Aug 14th, 2002 20:56
Eddie Machaalani, Simon Kimber,


You can try setting the security level to restricted. Works in I.E6+ 
only:
http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/sec
urity.asp

Been tryin to find an answer for this in I.E < 6 but no luck.