选择从Dropbox无法在Internet Explorer中工作

时间:2013-05-06 07:11:32

标签: jquery asp.net dropbox

我想从dropbox帐户获取文件并将其预览链接保存到我的db.this代码在morzilla中工作正常但不能在Internet Explorer中工作。所以请告诉我: jqueryCOde:

<script type="text/javascript">    var jQuery182 = jQuery.noConflict(); </script>
<script type="text/javascript">

    jQuery182(function () {
        jQuery182("#db-chooser").live("DbxChooserSuccess", function (e) {

            var take = this.value;

            jQuery182(this).parent().find('.img').remove();
            jQuery182(this).parent().find("#hdField").val(take);
            jQuery182(this).parent().append("<a class='img' href='" + take + "'  target='_blank' >Image</a>");

        });
        jQuery182('.dropboxx').each(function () {
            var imagePath = jQuery182(this).parent().find("#hdField").val();
            if (imagePath.length > 0) {
                jQuery182(this).parent().append("<a class='img' href='" + imagePath + "' target='_blank' >Image</a>");
                (jQuery182(this).parent().find('div').addClass('dropbox-chooser-used'));

            }

        });

    });

    </script>

这是html:


                

2 个答案:

答案 0 :(得分:1)

早期版本的IE不提供JSON.parseJSON.stringify,因此您需要填充:

https://raw.github.com/douglascrockford/JSON-js/master/json2.js

答案 1 :(得分:1)

使用admin privilege.dropbox弹出菜单打开Internet Explorer是https,并认为您的网站是http。并且它不会将值从https返回到http。您可以尝试使用管理员权限