Show
Ignore:
Timestamp:
2008-05-29 17:19:19 (7 months ago)
Author:
alfonsoml
Message:

Fix the XHTML problems in the dialogs. #2056

Files:
1 modified

Legend:

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

    r1565 r2026  
    109109                                <br /> 
    110110                                <input id="btnUpload" type="submit" value="Send it to the Server" fckLang="DlgLnkBtnUpload" /> 
    111                                 <iframe name="UploadWindow" style="DISPLAY: none" src="javascript:void(0)"></iframe> 
     111                                <script type="text/javascript"> 
     112                                        document.write( '<iframe name="UploadWindow" style="display: none" src="' + FCKTools.GetVoidUrl() + '"><\/iframe>' ) ; 
     113                                </script> 
    112114                        </form> 
    113115                </div>