<!-- #include file="../include.asp" --> <% '<!-- '################################################ ' 名称 :運用管理メニュー ' 作成日:2002/10/10 ' 作成者:徳田 ' 目的 :運用管理メニュー画面を表示する。 ' 概要 : ' <<表示>> ' ・ ' <<入力チェック>> ' ・ '################################################ '--> ' %> <% main() Sub main() If Not(SessionCheck()) Then Exit Sub End If If GB_Admin = 2 Then Response.Redirect("admenu_enshu.asp") Else Response.Redirect("admenu.asp") End If End Sub %>