<%@ Language=VBScript %><% option explicit %> <% Response.Buffer = FALSE %> <% Response.ContentType = "image/svg+xml" %> <% '--- 1onion.asp --- solid yellow circle --- DIM ScreenWidth, ScreenHeight DIM timeout, SID DIM msg '-- for errors '' extend the timeout to allow for long files ' timeout = Server.ScriptTimeout '' Response.Write "Initial timeout=" & timeout & "
" ' Server.ScriptTimeout = 1200 ' SID = Request.Cookies("Humble")("SID") ' IF RS_0.EOF THEN ' Response.Redirect("http:../help/session.htm") ' END IF ScreenWidth = Request.Cookies("Humble")("ScreenWidth") ScreenHeight = Request.Cookies("Humble")("ScreenHeight") ' set it up for a graph bounding box of 2000 horizontal by 1000 vertical ' the viewBox has to be larger, to allow for left (and right?) parameter stuff ' the graph should have 20 by 10 internal dividers (grid pattern) %> <%'--------------------- public ---------------------------------%> 1o-World: public information Stage, actors & props Music & speech, for timing & coordination Stage directions, choreography Stage support <%'---------------------- private ---------------------------------%> action: bone movements Goal, action plan & control Visual perception Auditory perception <%'----------------------------------------------------------------------%> Actor1: private information <%'----------------------------------------------------------------------%> Next <% '' reset the timeout ' Server.ScriptTimeout = timeout Response.End '-----------------------------------------------------------%>