User Name:
Password:
<%
end if
if (session("theusername") <> "sps" or session("thePassword") <> "spspicts") and (session("theUsername") <>"" or session("thePassword") <> "") then
%>
We're sorry, but the username and password
combination you entered is not correct. Please try again or contact the
office at 860.722.9544.
<%
end if
'******** use whatever user name and password you would like to set. This will spawn the subroutine which will have the HTML code for the photo gallery
if session("theUsername") = "sps" AND session("thePassword") = "spspicts" then
response.cookies("spstest")("theusername")= "sps"
response.cookies("spstest")("thepassword")= "spspicts"
'**** response.cookies("sps").expires=1440
DisplayPhotoGallery
end if
Sub DisplayPhotoGallery
%>
These are few representative pictures with various procedures. Please
click on the procedure of interest on the menu on the right column to
see the corresponding pictures.