"> imageboardWriteResult.jsp "> imageboardWriteResult.jsp ">
<%@ page language="java" contentType="text/html; charset=UTF-8"
    pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>imageboardWriteResult.jsp</title>
<script type="text/javascript">
	window.onload = function() {
		if(${res} != 0){
			alert("${imageName} 상품 등록 성공...");
			location.href="../main/index.jsp";
		} else {
			alert("상품 등록 실패...");
			location.href="../main/index.jsp?req=imageboardWriteForm";
		}
	}
</script>
</head>
<body>
</body>
</html>