Skip to content

Instantly share code, notes, and snippets.

@tsupo
Created February 15, 2011 11:02
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 tsupo/827402 to your computer and use it in GitHub Desktop.
Save tsupo/827402 to your computer and use it in GitHub Desktop.
sample html with test script for tumblen3 Version15Feb2011
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<title>test page for Tumblen3</title>
</head>
<body>
<script type="text/javascript">
var s = window.external.GetWebPage("http://www.google.co.jp/",null,null);
alert(s);
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment