> Hi,
> I am still new to zope and am wondering if there is a tell-a-friend
> script/product/example floating around for me to look at? If not,
> and I made my own form with Zope (which I have not done yet),
> what variable would call the existing page the user was on ?
>
The url of the current page is URL0. Check out the environment variables in
the Zope Quick Reference or do a <dtml-var REQUEST> to dump them all.
You'll want to use the sendmail tag to send the link to the friend.
good luck, seb
_______________________________________________
Zope maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope-dev )