%@ Page Language="C#" ContentType="text/html" ResponseEncoding="iso-8859-1" %> <% string chapter = ""; string mode = ""; if (Request["chapter"] != null) { chapter = Request["chapter"]; } else { chapter = "ALL_CLIENT"; } if (Request["mode"] != null) { mode = Request["mode"]; } else { mode = "-1"; } %>
|
|
|||
|
|||