Rich wrote:

> I think I have a good idea how to do this except for one thing.  How do I get the 
> page <title></title> from the html page the script is being called from and then 
> create temporary variable that I can print the title on /send_this_page.pl and also 
> make it the subject of the outgoing email?
> Thanks

<input name="PageTitle" type="hidden" value="Your Launching Page">

If you have this on the referring page, the PageTitle will be among the CGI params.

Joseph


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to