33 lines
1.1 KiB
Plaintext
33 lines
1.1 KiB
Plaintext
<%--
|
|
Class Name : index.jsp
|
|
Description : 최초화면으로 메인화면으로 이동한다.(system)
|
|
Modification Information
|
|
|
|
수정일 수정자 수정내용
|
|
------- -------- ---------------------------
|
|
2011.08.31 JJY 경량환경 버전 생성
|
|
|
|
author : 실행환경 개발팀 JJY
|
|
since : 2011.08.31
|
|
--%>
|
|
<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%>
|
|
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
|
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
|
|
<script type="text/javaScript">
|
|
var url = window.location.href;
|
|
document.location.href="/web/main/mainPage.do";
|
|
// if(url == "http://adr.copyright.or.kr/web/main/mainPage.do"
|
|
// || url == "https://adr.copyright.or.kr/web/main/mainPage.do"
|
|
// || url == "http://119.193.215.98:8091/"
|
|
// || url == "http://localhost:8081/"
|
|
// ){
|
|
// document.location.href="/web/main/mainPage.do";
|
|
// }else{
|
|
// location.href="insp.html";
|
|
// }
|
|
</script>
|
|
<!--
|
|
<script type="text/javaScript">
|
|
document.location.href="/web/main/mainPage.do";
|
|
</script>
|
|
--> |