Index: temp/trunk/html/admin/products/product.php
===================================================================
--- temp/trunk/html/admin/products/product.php	(revision 7138)
+++ temp/trunk/html/admin/products/product.php	(revision 7150)
@@ -253,6 +253,13 @@
 	$objPage->arrFile = $objUpFile->getFormFileList(IMAGE_TEMP_URL, IMAGE_SAVE_URL);
 	
-	//$objPage->tpl_onload = "fnCheckSaleLimit('" . DISABLED_RGB . "'); fnCheckStockLimit('" . DISABLED_RGB . "'); location.hash='" . $_POST['image_key'] . "'";
-	$objPage->tpl_onload = "fnCheckSaleLimit('" . DISABLED_RGB . "'); fnCheckStockLimit('" . DISABLED_RGB . "'); location.hash='#" . $_POST['image_key'] . "'";
+	
+	// ¥¢¥ó¥«¡¼¤òÀßÄê
+	if($_POST['image_key'] != ""){
+		$anchor_hash = "location.hash='#" . $_POST['image_key'] . "'";
+	}elseif($_GET['no'] != ""){
+		$anchor_hash = "location.hash='#recommend_id" . $_GET['no'] . "'";
+	}
+	
+	$objPage->tpl_onload = "fnCheckSaleLimit('" . DISABLED_RGB . "'); fnCheckStockLimit('" . DISABLED_RGB . "'); " . $anchor_hash;
 }
 
