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




%@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 %>
|
|||||
|
|||||
| ?format=printer">Format this page for printing | |||||
Last reviewed August 2006
|
|||||