Show
Ignore:
Timestamp:
2008-03-13 11:24:40 (5 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_image.html

    r1598 r1689  
    165165                        <br /> 
    166166                        <input id="btnUpload" type="submit" value="Send it to the Server" fcklang="DlgLnkBtnUpload" /> 
    167                         <iframe name="UploadWindow" style="display: none" src="javascript:void(0)"></iframe> 
     167                        <script type="text/javascript"> 
     168                                document.write( '<iframe name="UploadWindow" style="display: none" src="' + FCKTools.GetVoidUrl() + '"></iframe>' ) ; 
     169                        </script> 
    168170                </form> 
    169171        </div>