Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 414 Bytes

window.md

File metadata and controls

25 lines (16 loc) · 414 Bytes

window

window open

  • var window = window.open(url, windowName, [windowFeatures]);
window.open('url');
  • self window
window.open('url',"_self");

resource