"target=_blank"以外でwindowを開く

  • html
  • 閲覧1663
16
<!doctype html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>"target=_blank"以外で開く</title>
</head>

<body>
  <button onClick="window.open('https://www.yahoo.co.jp')">ボタン...

///*** 無料ユーザー登録後、正常なすべてのコードが表示されます ***///

					
2018-9-16

&quot;target=_blank&quot;以外でwindowを開く

コードの説明
"target=_blank"以外でwindowを開く
disabled もしてみる
*コピペで使えます。