Index: temp/branches/ec-cube-beta/html/admin/products/upload_csv.php
===================================================================
--- temp/branches/ec-cube-beta/html/admin/products/upload_csv.php	(revision 10620)
+++ temp/branches/ec-cube-beta/html/admin/products/upload_csv.php	(revision 10629)
@@ -136,5 +136,5 @@
 		// ¥Õ¥é¥Ã¥·¥åÉ½¼¨
 		echo "<META HTTP-EQUIV=\"Refresh\" CONTENT=\"10; URL=\"./\"><br>\n";
-		echo "<a href=\"./\">¢«Ìá¤ë</a>";
+		echo "<a href=\"javascript:\">ÊÄ¤¸¤ë</a>";
 		flush();
 		exit;
Index: temp/branches/ec-cube-beta/html/js/win_op.js
===================================================================
--- temp/branches/ec-cube-beta/html/js/win_op.js	(revision 10626)
+++ temp/branches/ec-cube-beta/html/js/win_op.js	(revision 10629)
@@ -46,5 +46,5 @@
 function win_open(){
     w = window.open("", "newwindow");
-    document.form1.target = w;
+    document.forms["form1"].target = w;
 }
 //-->
