All Projects → lvleihere → Plug Crosswindowname

lvleihere / Plug Crosswindowname

crossWindowName can cross domain was my package

Programming Languages

javascript
184084 projects - #8 most used programming language

plug-crossWindowName

crossWindowName can cross domain was my package

Explanation and configuration instructions:

  • auther:lvleihere
  • date:17/9/9
  • v:1.0
  • Explanation:
  1. First of all need to introduce an empty page
  2. In the data page to write data to window.name
  3. Parameter one: dataUrl; Parameter two: proxyUrl; parameter three is a successful callback function

for example:

crossWindowName({
        dataUrl:'http://jobhere.cn',
        proxyUrl:'proxy.html', 
        success:function(data){
        console.log(data);
        }
    });
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].