<%@ Language=Python %> Python test <% import sys print(sys.path) from win32com.axscript.asputil import * print("Hello") print("There") print("How are you") %> <%bc = Server.CreateObject("MSWC.BrowserType")%>
Browser <%=bc.browser %>
Version <%=bc.version %>
Frames <%Response.Write( iif(bc.frames, "TRUE", "FALSE")) %>
Tables <%Response.Write( iif (bc.tables, "TRUE", "FALSE")) %>
BackgroundSounds <%Response.Write( iif(bc.BackgroundSounds, "TRUE", "FALSE"))%>
VBScript <%Response.Write( iif(bc.vbscript, "TRUE", "FALSE"))%>
JavaScript <%Response.Write( iif(bc.javascript, "TRUE", "FALSE"))%>