<!DOCTYPE html>
<html lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script src="jqeury/jquery-3.3.1.min.js"></script>
<title>popupを作る</title>
</head>
<body>
<h1>popup表示をつくる</h1>
<p>
<a href="rinkou.html" onclick="window.open(this.href,'輪講','width=1200,height=1200');">輪講ページ</a>
</p>
<a href="#" onclick="alert('アラートだよ');return false;">アラートだよ</a>
</body>
</html>