Skip to content

Instantly share code, notes, and snippets.

@Svtter
Created September 24, 2016 07:49
Show Gist options
  • Save Svtter/d3e4493c4bfba2e41f27600111faa05d to your computer and use it in GitHub Desktop.
Save Svtter/d3e4493c4bfba2e41f27600111faa05d to your computer and use it in GitHub Desktop.
js practise
// open new window
function Wopen(){
window.open("http://www.imooc.com", '_blank', 'width=600, height=400, top=100, left=0, menubar=no, toolbar=no, status=no, scrollbars=no');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment