Show
Ignore:
Timestamp:
2008-03-13 11:24:40 (7 months ago)
Author:
martinkou
Message:

Fixed #1920 : Fixed SSL warning message when opening image and flash dialogs under HTTPS in IE6.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/dialog/fck_flash.html

    r1598 r1689  
    9797                                <br /> 
    9898                                <input id="btnUpload" type="submit" value="Send it to the Server" fckLang="DlgLnkBtnUpload" /> 
    99                                 <iframe name="UploadWindow" style="DISPLAY: none" src="javascript:void(0)"></iframe> 
     99                                <script type="text/javascript"> 
     100                                        document.write( '<iframe name="UploadWindow" style="DISPLAY: none" src="' + FCKTools.GetVoidUrl() + '"></iframe>' ) ; 
     101                                </script> 
    100102                        </form> 
    101103                </div>