%@ Language=VBScript %>
<%
strStart = request.QueryString("sDate")
strEnd = request.QueryString("eDate")
xstep = request.QueryString("step")
' used to make sure no single quotes are allowed in querystring
function escape(input)
input = replace (input,"'","''")
escape = input
end function
'On Error Resume Next
'Session.timeout = 15
' Actions of button
select case request("Actbut")
case "Get Data"
strStart = escape(request.form("txtStartDate"))
strEnd = escape(request.form("txtEndDate"))
vstrStart = left(strStart,2) &"/01/" & right(strStart,4)
vstrEnd = left(strEnd,2) &"/01/" & right(strEnd,4)
if len(strStart) <> 7 or len(strEnd ) <> 7 then
%>
<%
else
if cdate(vstrStart) < cdate("01/01/1952") then
%>
<%
else
if cdate(vstrEnd) > cdate("02/01/1987") then
%>
<%
else
xstep=1
end if
end if
end if
case "Clear Data"
xstep=2
strStart = ""
strEnd = ""
case "Graph Data"
myStartDate = request.form("txtStartDate")
myEndDate = request.form("txtEndDate")
if myStartDate = "" or myEndDate = "" then
response.Redirect("chart.asp")
else
response.Redirect("chart.asp?sdate="& escape(myStartDate) &"&eDate="&escape(myEndDate) &"&step=1")
end if
case else
' response.write ("No Data found for the date range")
end select
%>
 |
 |
Camp Lejeune, North Carolina: Estimated Finished Water Concentrations |
Estimated* concentrations of tetrachloroethylene (PCE) and associated degradation by-products in finished water delivered from the Tarawa Terrace water treatment plant.
Concentrations are in micrograms per liter (µg/L)
(*Based on simulation using groundwater flow, contaminant
fate and transport, and mixing models)
|
Return to the Water Modeling Home Page
|
 |
|
|
|
This page last updated on June 1, 2007
Questions? - Call CDC-INFO toll free at 1-800-232-4636, or
e-mail.
ATSDR Home |
Search |
Index |
Glossary |
Contact Us
About ATSDR |
News Archive |
ToxFAQs |
Public Health Assessments
Privacy Policy |
External Links Disclaimer |
Accessibility
US
Department of Health and Human Services