上传插件:swfUpload
弹窗插件:zDialog
我在Zdialog中显示上传按钮,在火狐跟ie9下都能正常显示出来,但是ie9以下,上传的按钮不能显示,不用弹窗插件就能在ie9以下显示出来。换了很多个弹窗插件都不能显示。
FF下:ie8下:
弹窗中的主要代码:<div id="forUploader" style="display: none">
<span id="spanButtonPlaceHolder"></span>
<input id="btnCancel" type="hidden" value="Cancel All Uploads"
onclick="swfu.cancelQueue();" disabled="disabled"
style="margin-left: 2px; font-size: 8pt; height: 29px;" /></div>
swfupload的代码就不贴了,相信大家都了解过;
显示弹窗的代码:diag = new Dialog();
diag.Width = 350;
diag.Height = 190;
diag.Title = "上传文件";
diag.InvokeElementId="forUploader"
diag.OKEvent = function(){
        }
                diag.show();