Skip to content

Instantly share code, notes, and snippets.

@yaplex
Last active December 25, 2022 22:39
Show Gist options
  • Save yaplex/02ed506ec777e8eef4befd61322c2162 to your computer and use it in GitHub Desktop.
Save yaplex/02ed506ec777e8eef4befd61322c2162 to your computer and use it in GitHub Desktop.
function openWindow(url)
{
var w = window.open(url, '', 'width=1000,height=600,toolbar=0,status=0,location=0,menubar=0,directories=0,resizable=1,scrollbars=1');
w.focus();
}
@tspark10
Copy link

Text

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment