how do you know the last page someone visited? that is, when a user goes to page 2, how can page 2 know what page 1 was?
how do you know the last page someone visited? that is, when a user goes to page 2, how can page 2 know what page 1 was?

This month, every Windows Secrets subscriber can download a one-chapter excerpt of Windows 7: The Missing Manual.Windows 7: The Missing Manual provides valuable information to help you overcome these difficulties in learning a new operating system. Subscribe today to download your free excerpt.
that does seem to work but i need to save the referring page info in an ASP variable, not javascript. any ideas?
Well, you could try this Google search which seems to throw up a few examples...
figured it out. you use Request.ServerVariables("HTTP_REFERER") in the email body and it seems to work.