★JavaScriptリファレンス

結果はどのようにランク付けされますか?
順位はどのように決まるのでしょうか?
2Ranking the results of your bets can be a complex task depending on your specific situation and goals. There are many different ways to rank betting results, and the choice of method often depends on what you want to achieve. The general approach for ranking betting results is as follows:
Read in-detail

私たちはカジノサイトを独自にレビューしています。当社のリンクを通じてサインアップすると、追加料金なしで当社に手数料が発生する場合があります。

top.フレーム名.操作内容 …… トップフレームを操作する
parent.フレーム名.操作内容 …… 親フレームを操作する
self.操作内容 …… 自フレームを操作する
Internet Explorer
Google Chrome
Safari
Firefox
Opera
広告



top.フレーム名は、トップフレームを操作します。

parent.フレーム名は、親フレームを操作します。

selfは、自フレームを操作します。

■構文・引数・戻り値

構文
top.フレーム名.操作内容
parent.フレーム名.操作内容
self.操作内容

■使用例

HTMLソース(親フレーム)

<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8"><title>フレーム使用例</title></head>
<frameset cols="300,*">
	<frame src="frame_parent_hidari " name="hidari">
	<frameset rows="200,*">
		<frame src="frame_parent_migiue " name="migiue">
		<frame src="frame_parent_migishita " name="migishita">
	</frameset>
</frameset>
</html>

HTML + JavaScriptソース(右上フレーム)

<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<script>
function sample_top() {
	top.hidari.document.write('top!');
}

function sample_parent() {
	parent.migishita.document.write('parent!');
}

function sample_self() {
	self.document.write('self!');
}
</script>
</head>
<body>
<h3>右上フレーム</h3>
<p><a onclick="sample_top()">左フレームに「top!」と書き出す</a></p>
<p><a onclick="sample_parent()">右下フレーム「parent!」と書き出す</a></p>
<p><a onclick="sample_self()">自フレーム「self!」と書き出す</a></p>
</body>
</html>

↓↓↓

ブラウザ上の表示

使用例を見る

■関連項目

frames.length …… フレーム数を返す
フレーム名.location …… フレームのURLを設定・参照する
フレーム名.name …… フレーム名を設定・参照する

top.フレーム名.操作内容 …… トップフレームを操作する

parent.フレーム名.操作内容 …… 親フレームを操作する
self.操作内容 …… 自フレームを操作する

フレーム名.alert() …… 警告ダイアログを表示する
フレーム名.blur() …… フレームからフォーカスをはずす
フレーム名.confirm() …… 確認ダイアログを表示する
フレーム名.focus() …… フレームにフォーカスをあてる
フレーム名.prompt() …… 文字入力ダイアログを表示する

広告



カジノファインダー

どのカジノが自分に最適か分からないですか?

Easily find your perfect casino in under a minute, no sign up necessary.