textプロパティ Javaスクリプトのプロパティ topプロパティ

titleプロパティ

titleプロパティは<title>タグの内容です。

シンタックス

	
	
	objectName.title
	
	

オブジェクト

	
	
	<script>
	
	document.write("■この文書の完全なURL名:<br>" + document.location + "<p>");
	document.write("■1つ前の文書の完全なURL名:<br>" + document.referrer + "<p>");
	document.write("■この文書のタイトル:<br>" + document.title);
	
	</script>
	
	

関連したプロパティ



Copyright (C) 1996-2003 by Yasukazu Yokoi. All Rights Reserved.