Newer
Older
renshu-2022 / subwindou jikken .html
<html>
<head>
<title>TAG index Webサイト</title>

<script type="text/javascript">
<!--

function disp(url){

	window.open(url, "countdown.html", "width=300,height=200,scrollbars=yes");

}

// -->
</script>

</head>
<body>

<p><a href="countdown.html" target="タイマー" onClick="disp('countdown.html')">タイマー</a></p>


</body>
</html>