Index: branches/dev/html/mypage/index.php
===================================================================
--- branches/dev/html/mypage/index.php	(revision 17)
+++ branches/dev/html/mypage/index.php	(revision 13576)
@@ -39,6 +39,8 @@
 
 //¥Ú¡¼¥¸Á÷¤êÍÑ
-$objPage->tpl_pageno = $_POST['pageno'];
-	
+if (isset($_POST['pageno'])) {
+    $objPage->tpl_pageno = htmlspecialchars($_POST['pageno'], ENT_QUOTES, CHAR_CODE);
+}
+
 $col = "order_id, create_date, payment_id, payment_total";
 $from = "dtb_order";
@@ -71,5 +73,5 @@
 
 //-------------------------------------------------------------------------------------------------------------------------
-											
+
 //¥¨¥é¡¼¥Á¥§¥Ã¥¯
 
@@ -80,4 +82,4 @@
 	return $objErr->arrErr;
 }
-				
+
 ?>
