たっちゃん研究

ホームページ
https://tattyan0-0.sakura.ne.jp/

小さい窓で表示させない

2020-11-30 19:30:33 | 思い付き
<title>$taitoru</title>
<script>
const sw = screen.width;
const sh = screen.height;
const w = window.innerWidth;
const h = window.innerHeight;
if(w < sw/2 - 20 || h < sh/2 - 20){
alert("ページが小さ過ぎます。");
top.location.href="./Work.cgi";
}
</script>
</head>
ページが1/4以下で開くと一回だけアラートが出ます。

最新の画像もっと見る

コメントを投稿