ウィンドウについてなんですが。

[新着] Webテンプレートを仮オープンしました



0   名前: マコト : 2005/04/24 18:15
<FORM>
<INPUT TYPE="BUTTON" onClick="window.open ('index.html', 'new','toolbar=yes, location=no, directories=yes, scrollbars=no, resizable=no, status=no,width=500,height=500');" value="">
</FORM>
↑のタグでサイズ変更する場合、textaiconで使いたい時は、何処にタグを入れれば成功しますか?

1   名前: マコト : 2005/04/24 18:15
テキストアイコンを押すと上に書いてあるウィンドウサイズになるやり方を知りたいのですが・・・・。

2   名前: カヅサツ : 2005/04/24 18:15  [URL
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">

<html lang="ja" dir="ltr">

<head>
<meta http-equiv="content-script-type" content="text/javascript">
<meta http-equiv="content-style-type" content="text/css">
<title></title>
<script type="text/javascript">
function(url){
window.open (url, 'new','toolbar=yes, location=no, directories=yes, scrollbars=no, resizable=no, status=no,width=500,height=500');
}
</script>
</head>
<body>
<p><a href="http://www.google.co.jp/" onclick="niwwin(this);"><img src="(略)" alt="google"></a></p>
</body>
</html>

一覧へ戻る