Skip to content

Instantly share code, notes, and snippets.

@tadyjp
Created September 4, 2012 16:31
Show Gist options
  • Save tadyjp/3623166 to your computer and use it in GitHub Desktop.
Save tadyjp/3623166 to your computer and use it in GitHub Desktop.
External links in setting flyout.
<!DOCTYPE html>
<html>
<head>
<title></title>
<script type="text/javascript">
// window.openでmetro番のIEが開く
// 同時に,このアプリはsuspendする
window.open("http://www.smokemeet.net/home/privacy-policy");
</script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment