<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% ' Programmer: Jonathan King ' Date: 13 August 2003 ' Comments: This code block sets some Boolean variables that are used later to determine which tabs in the interface are visible. ' ' If the uses clicked 'Foramt this page for printing', that variable 'format' is set to 'printer' If Request.QueryString("format") = "printer" Then Response.Write(" ") sPrinter = TRUE Else sPrinter = FALSE End If %> Student Work - Shields <% ' link to the correct css file depending on user type and printing status If sPrinter Then Response.Write("") Else Select Case Session("MM_UserAuthorization") Case "Student" Response.Write("") Case Else %> <% End Select %> <% End If %> <% If NOT sPrinter Then %>
<% End If %> <% If NOT sPrinter Then %>
<% End If %>
Welcome to Project Stretch
<% If NOT sPrinter Then %> <% End If %>
 

Shields

6th & 7th grade students from I.S. 125





?format=printer">Format this page for printing
Last reviewed August 2006