magic.js

浏览器书签:

javascript:void((function(){var%20d=new%20Date();var%20e=document.createElement('script');e.setAttribute('charset','UTF-8');e.id='moguShareScript';e.setAttribute('src','http://localhost:39939/scripts/magic.js?t='+d.getTime());document.body.appendChild(e)})());

 

 

magic.js:

(function () {
    //var oNamespace = WolfSmoke.acookieAdditional;
    //var sMemberID = oNamespace.member_id;
    //var sProductID = oNamespace.offer_id;
    var proid = jQuery('#feedbackInfoId').val();
    alert(proid);
    function $C(s) {
        return document.createElement(s);
    }

    var oDiv = $C('div');
    oDiv.style.position = "absolute";
    oDiv.style.backgroundColor = '#ECECEC';
    oDiv.innerHTML = '<a href="http://localhost:39939/Common/magic/' + proid + '">提交该产品</a>';
    oDiv.style.lineHeight = "35px";
    oDiv.style.width = "100%";
    oDiv.style.height = "35px";
    oDiv.style.top = "0px";
    oDiv.style.left = "0px";
    oDiv.style.zIndex = "1000000000";
    oDiv.style.fontSize = "15px";
    oDiv.style.fontWeight = "bold";
    oDiv.style.textAlign = "center";

    document.body.appendChild(oDiv);
})();

 

posted @ 2016-04-06 09:59  Charisma.  阅读(329)  评论(0)    收藏  举报