Skip to content

Instantly share code, notes, and snippets.

@glassesfactory
Created September 14, 2011 11:58
Show Gist options
  • Save glassesfactory/1216389 to your computer and use it in GitHub Desktop.
Save glassesfactory/1216389 to your computer and use it in GitHub Desktop.
ポップアップブロックに引っかからん window.open を ExternalInterfaceから呼ぶ。スニペット貼っていこう
ExternalInterface.call('function(url){window.open(url, "うぃんどうめい","width=550,height=450,scrollbars=no,resizable=no,status=no");}', 'うーあーる');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment