Index: temp/trunk/html/test/uehara/file_view.php
===================================================================
--- temp/trunk/html/test/uehara/file_view.php	(revision 8612)
+++ temp/trunk/html/test/uehara/file_view.php	(revision 8613)
@@ -7,5 +7,7 @@
  
 // ¥Õ¥¡¥¤¥ëÆâÍÆÉ½¼¨
-echo lfReadFile($_GET['file']);
+print("<pre>\n");
+print(lfReadFile($_GET['file']));
+print("</pre>\n");
 
 /* 
Index: temp/trunk/html/test/uehara/tree.php
===================================================================
--- temp/trunk/html/test/uehara/tree.php	(revision 8611)
+++ temp/trunk/html/test/uehara/tree.php	(revision 8613)
@@ -35,5 +35,5 @@
 			// javascript¤ÇÊÌÁëÉ½¼¨(¥Æ¥ó¥×¥ì¡¼¥ÈÂ¦¤ËÅÏ¤¹)
 			//$file_url = ereg_replace(USER_PATH, USER_URL, $_POST['select_file']);
-			$objPage->tpl_javascript = "win02('./file_view.php?file=". $_POST['select_file'] ."', 'user_data', '600', '400');";
+			$objPage->tpl_onload = "win02('./file_view.php?file=". $_POST['select_file'] ."', 'user_data', '600', '400');";
 		}
 	}
