📄 debugpage.asp
字号:
<%@ LANGUAGE = VBScript %>
<!--#INCLUDE FILE="app_const.asp"-->
<!--#INCLUDE FILE="..\lib\miDebug.asp"-->
<!--#INCLUDE FILE="..\lib\miConst.asp"-->
<!--#INCLUDE FILE="..\lib\miMapEngine.asp"-->
<!--#INCLUDE FILE="..\lib\miErrorSystem.asp"-->
<HTML>
<HEAD>
<TITLE>DebugPage</TITLE>
</HEAD>
<BODY>
<P>
<%
Dim bResult
bResult = InitMapEngine(OBTAIN_FROM_BROKER, Session(SESN_MAPNAME))
Session(cMapXCourierObject).RestoreState
' Call a routine in miDebug.asp to print various settings
' from the MapX object.
bResult = PrintMapEngine
' Save the map settings and release the map engine back to the pool.
Session(cMapXCourierObject).SaveState
bResult = UnInitMapEngine(RETURN_TO_BROKER)
%>
</P>
<P><A HREF="mappage.asp">Back to the map page</A></P>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -