Re: Passing Passwords Between Pages
- From: GrandMaMa <GrandMaMa@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sat, 5 Nov 2005 13:46:05 -0800
Mr. McKirahan
I have only used Submit in conjunction with Method Post. I cannot
fiqure out the syntax for bringing up the right map. I am searching my books
but cannot find what I need. I have also never used Session Variables and
storing the Page I want to go to is not working either.
Can you show me an example of either method so I can quit guessing as
to what the syntax is.
Thanks Again
"McKirahan" wrote:
> "GrandMaMa" <GrandMaMa@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> news:49AF57A4-45A3-4316-A6E3-3B38DA105827@xxxxxxxxxxxxxxxx
> > 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
>
> "href=" does not "post" form elements to the page requested.
>
> Either change "href=" to submit the form or, better yet,
> use an ASP Session variable to store the password.
>
>
>
.
- Follow-Ups:
- Re: Passing Passwords Between Pages
- From: German Saer
- Re: Passing Passwords Between Pages
- From: McKirahan
- Re: Passing Passwords Between Pages
- From: sgcoleman
- Re: Passing Passwords Between Pages
- References:
- Re: Passing Passwords Between Pages
- From: McKirahan
- Re: Passing Passwords Between Pages
- Prev by Date: Re: Filename with date modified appended to filename
- Next by Date: Re: Getting data from DDE topic using VBScript
- Previous by thread: Re: Passing Passwords Between Pages
- Next by thread: Re: Passing Passwords Between Pages
- Index(es):
Relevant Pages
|