and other tricks to be used inside its contents on supporting browsers.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10169
7612ce4b-ef26-0410-bec9-
ea0150e637f0
* need special handling for IE and IE6SP2.
*/
$body.= "<div><iframe name=\"message_frame\" width=\"100%\" height=\"$iframe_height\" src=\"$iframeurl\""
- .' frameborder="1" marginwidth="0" marginheight="0" scrolling="auto">' . "\n";
+ .' frameborder="1" marginwidth="0" marginheight="0" scrolling="auto" security="restricted">' . "\n";
// Message for browsers without iframe support
//$body.= _("Your browser does not support inline frames.
} // end fn SendDownloadHeaders
-?>
\ No newline at end of file
+?>