Sharepoint - "Page not found page" not supporting IFrame, when we call the some borken link pages
i calling sharepoint pages html file using iframe tag. <!doctype html> <html> <body> <iframe src=" http:// *******" width="400" height="400"></iframe> </br> </body> </html> i have used the iframe tag in masters pages <webpartpages:allowframing runat="server" /> to call pages html pages in iframe tag. existing pages working fine. supose if call 1 non existing file(in library) iframe . page not redirecting page not found page. displaying error msg. "this content cannot displayed in frame to protect security of information enter website, publisher of content not allow displayed in frame. " expected result page not found should display in iframe. please give guidence. thanks deva cheraideva2@yahoo.com ...