|
|
|
@ -122,7 +122,7 @@ document.write( '<link href="' + FCKConfig.SkinPath + 'fck_dialog.css" type="tex |
|
|
|
|
|
|
|
|
|
// Create the IFRAME that holds the dialog contents. |
|
|
|
|
|
|
|
|
|
window.frames["frmMain"].document.location.href =Args().Page; |
|
|
|
|
window.frames["frmMain"].document.location.href = Args().Page ; |
|
|
|
|
//$( 'innerContents' ).innerHTML = '<iframe id="frmMain" src="' + Args().Page + '" name="frmMain" frameborder="0" width="100%" height="100%" scrolling="auto" style="visibility: hidden;" allowtransparency="true"><\/iframe>' ; |
|
|
|
|
} ; |
|
|
|
|
|
|
|
|
@ -146,13 +146,14 @@ document.write( '<link href="' + FCKConfig.SkinPath + 'fck_dialog.css" type="tex |
|
|
|
|
// ]]> |
|
|
|
|
</script> |
|
|
|
|
</head> |
|
|
|
|
|
|
|
|
|
<body onload="Init();" class="PopupBody"> |
|
|
|
|
<body onload="javascript: Init();" class="PopupBody"> |
|
|
|
|
<table height="100%" cellspacing="0" cellpadding="0" width="100%" border="0"> |
|
|
|
|
<tr> |
|
|
|
|
<td id="TitleArea" class="PopupTitleSimple"> |
|
|
|
|
<script type="text/javascript"> |
|
|
|
|
document.write( Args().Title ) ; |
|
|
|
|
// <![CDATA[ |
|
|
|
|
document.write( Args().Title ) ; |
|
|
|
|
// ]]> |
|
|
|
|
</script> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|