%-- //-------------------------------------------------------------------------------\\ Following script, link and style tags just for DW reference, They are NOT published. Javascript functions run from homepage; CSS cloned from the homepage during setup(). --%><% if (false) { %> <% //-------------------------------------------------------------------------------// } String loading = request.getParameter("loading"); //if jsp:include //----- Get LOADING using reflection in case @include used if (loading == null) try { java.lang.reflect.Field debugField = this.getClass().getDeclaredField("LOADING"); loading = (String)debugField.get(this); } catch (Exception e) { //e.printStackTrace(); } %>