Export message contents out to an ASP page?

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

I want to add a button to the top of the screen for any
user reading a message. I'd like that button to go to an
ASP page that will pull in some data from the message the
user is viewing. I can get the button to link to the
page, but I can't find out how to pass the info. I'm
looking at something like this:

href="test.domain.com?msg=strMessage&from=strFrom

Thanks a ton for anybody that can help!
 
Back
Top