Index: temp/trunk/html/admin/products/product.php
===================================================================
--- temp/trunk/html/admin/products/product.php	(revision 7161)
+++ temp/trunk/html/admin/products/product.php	(revision 7167)
@@ -257,6 +257,6 @@
 	if($_POST['image_key'] != ""){
 		$anchor_hash = "location.hash='#" . $_POST['image_key'] . "'";
-	}elseif($_GET['no'] != ""){
-		$anchor_hash = "location.hash='#recommend_id" . $_GET['no'] . "'";
+	}elseif($_POST['anchor_key'] != ""){
+		$anchor_hash = "location.hash='#recommend_id" . $_POST['anchor_key'] . "'";
 	}
 	
