Created
November 12, 2010 17:57
-
-
Save ritou/674436 to your computer and use it in GitHub Desktop.
Custom URI Scheme Demo Launcher
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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