I need to pass my students password between pages for the student to take
their Federal Test.
PageA the student enters his Password
<Input Type="Text" Name="PssWrd"> The student then goes to Page B
PageB <!--Student Selects Location of School-->
<Input Type="Hidden" Name="APssWrd" Value="<%=Request("PssWrd")%>
Above Statement PassWord comes in fine.
<Map Name="District ElPaso"
<! District 835 ->
<Area Shape="Polygon" Coords="364, 117, 363, 130"
Href="Page835.asp?DistCd=WI835">
<! District 777 ->
<Area Shape="Polygon" Coords="119, 68, 111, 111"
Href="Page777.asp?DistCd=WH777">
<! District 654 ->
<Area Shape="Polygon" Coords="267, 58, 261, 79"
Href="Page653.asp?DistCd=WD653">
<! District 569 ->
<Area Shape="Polygon" Coords="82, 16, 37, 9" Href="Page569.asp?DistCd=WA569">
</Map>
When I go to any of the four pages on the Map, the password will not come
with any of those four pages. The pages come up fine, but no password.
Does anyone know how to do this. This is the first Time I have ever called
a page based on where the student selects from a map.
Does anyone know what I need to do?
Thanks in advance
Granny