2006年02月27日

同一ドメインでの利用



こちら側
<SCRIPT language=JavaScript>

function OpenIFrame() {

	var objFrame = document.getElementById("RefIFrame");
	objFrame.style.display = "";


}

function CloseIFrame() {

	var objFrame = document.getElementById("RefIFrame")
	objFrame.style.display = "none";

}

function TransferData() {

	if ( document.all ) {
		document.frames[0].document.getElementsByName("field")[0].value =
		document.getElementsByName("field")[0].value;
	}
	else {
		window.frames[0].document.getElementsByName("field")[0].value =
		document.getElementsByName("field")[0].value;
	}

}

</SCRIPT>

<INPUT type=text name=field>
<INPUT style='width:80px' type=button value="開く" onClick='OpenIFrame()'>
<INPUT style='width:80px' type=button value="閉じる" onClick='CloseIFrame()'>
<INPUT style='width:80px' type=button value="データ転送" onClick='TransferData()'>
<br />
<IFRAME
	id=RefIFrame
	style='
		width:400;
		height:100;
		display:none;
	'
	src='/IFrame.htm'
></IFRAME>
IFRAME 側
<SCRIPT language=JavaScript>

function CloseIFrame() {

	var objFrame = parent.document.getElementById( "RefIFrame" );
	objFrame.style.display = "none";

}

function TransferData() {

	parent.document.getElementsByName( "field" )[0].value =
	document.getElementsByName("field")[0].value;

}

</SCRIPT>

<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=Shift_JIS">
</HEAD>
<BODY>

<INPUT style='width:80px' type=button value="閉じる" onClick='CloseIFrame()'>
<br>
<INPUT style='width:80px' type=button value="データ転送" onClick='TransferData()'>
<br>
<INPUT type=text name="field">

</BODY>

2006年02月その他のエントリー

  1. 2006年02月26日

    1. タイトルに使えそうなので

  2. 2006年02月25日

    1. nusoap で辞書

  3. 2006年02月23日

    1. Flash 8 を JavaScriptから操作

  4. 2006年02月22日

    1. 情報を総合すると

  5. 2006年02月21日

    1. WebserviceX.NET フリー翻訳API

  6. 2006年02月20日

    1. urlencode ( Ajax : JS -> HTTP -> PHP -> XML )

  7. 2006年02月19日

    1. Google 検索API

  8. 2006年02月18日

    1. 改造

    2. テンプレート内の外部ファイルインクルード

  9. 2006年02月15日

    1. フリーフォントテスト

  10. 2006年02月14日

    1. 検索結果を IFRAME 内に表示する

  11. 2006年02月13日

    1. dbcounter 用メンテアプリ

  12. 2006年02月11日

    1. Amazon Customer Reviews

  13. 2006年02月10日

    1. フリーフォント + MySQL アクセスカウンタ(dbcounter)

  14. 2006年02月09日

    1. XML リンク ( スクリプト無し )

    2. フリーフォント利用

  15. 2006年02月08日

    1. Movable Type 一括 755