게시판 |
| 상위분류 : 법령정보 | 중위분류 : 법령해석 | 하위분류 : 법령관련 |
| 작성자 : 손님들 | 작성일 : 2015-11-08 | 조회수 : 23 |
string strJs = @"
<script>
alert('로그인되지 않았습니다.');
location.href='/" + @"';
</script>";
this.Page.ClientScript.RegisterClientScriptBlock(this.GetType(), "gogo", strJs);
| | 목록으로