묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
asp를 jsp 로 바꾸는...
2006.11.15 16:40
이 소스를 jsp 에서 쓸려면 어떻게 바꾸면 되나요...
jsp 를 전혀 모르거든요...ㅠ.ㅠ
===================================================================================
<%
id = Request.QueryString("id")
if id = "main" then
include_once("main.php");
else
if id = "login" then
include_once("sub_login.php");
else
include_once("main.php");
end if
end if
%>
===================================================================================
jsp 를 전혀 모르거든요...ㅠ.ㅠ
===================================================================================
<%
id = Request.QueryString("id")
if id = "main" then
include_once("main.php");
else
if id = "login" then
include_once("sub_login.php");
else
include_once("main.php");
end if
end if
%>
===================================================================================