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 ? Thanks in advance. --Sean
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
Sure.. http://fundraising.gotschool.com/tell_a_friend.html Is that what you want? J
From: sean@horse101.com Date: Mon, 9 Oct 2000 11:02:36 -0700 To: zope@zope.org Subject: [Zope] tell-a-friend product?
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 ?
Thanks in advance. --Sean
_______________________________________________ Zope maillist - Zope@zope.org 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 )
participants (3)
-
J. Atwood -
sean@horse101.com -
Seb Bacon