Checking Previous Page
HI,
I have pageA.aspx and PageB.aspx.
I like to check if person in pageA.aspx has alreading been in pageB.aspx.
This means a person goes to pageA, uses a link on the page and go to pageB , insert some values in the pageb's form but then change his/her mind and for selecting new value, goes back to pageA using browser back button. I like to be able to request those values from pageB and pass them to A.
how can I do that?
Thanks
|