Skip to content

Instantly share code, notes, and snippets.

@ritou
Created November 12, 2010 17:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ritou/674436 to your computer and use it in GitHub Desktop.
Save ritou/674436 to your computer and use it in GitHub Desktop.
Custom URI Scheme Demo Launcher
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>カスタムURI立ち上げデモ - Y!メッセンジャー</title>
</head>
<body>
Y!メッセンジャーを立ち上げようとしています。
自動的に立ちあがらない場合には、<a href="ymsgr:">こちら</a>をクリックしてください。
<script language="JavaScript">
<!--
window.location.replace("ymsgr:");
// -->
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment