• 跨站点显示SharePoint 列表或者文档库 cross site


    在Content Editor web part 上显示 如下代码即可

    //the placeholder for the webpart, with a nice waiting image 
    <div id="ListPlaceholder"><img src="/_layouts/images/GEARS_AN.GIF" alt="" /></div>
    <script src="http://jqueryjs.googlecode.com/files/jquery-1.3.2.min.js" type="text/javascript"></script>   
    <script type="text/javascript"> // add the link to the view of the list you want to show: 
    var ShowWP = "http://157.60.60.170/Shared%20Documents/Forms/AllItems.aspx";
     $("#ListPlaceholder").load(ShowWP +" #WebPartWPQ2 .ms-listviewtable",function() {     $("#ListPlaceholder *").removeAttr("id onclick onfocus onmouseover"); }); </script> 
  • 相关阅读:
    九九乘法表
    计算器实现
    分装的日期类
    杨辉三角
    99乘法表
    素数
    java输出100以内质数
    跳台阶
    Counting Sheep
    课上作业
  • 原文地址:https://www.cnblogs.com/ahghy/p/3069320.html
Copyright © 2020-2023  润新知