I am sorry about me being a newbie but can somebody help me with an
Email@dress as an ID....?
I Have tried all kinds of things but none of them worked.
I know that I must use url_quote, but how do I do that...?
This kind of explains it:
******
The add form looks like this
******
<dtml-var standard_html_header>
<H2>Add Job Board Entry</H2>
<FORM action="entry_addProcessor">
<TABLE border="0">
<TR><TH>FirstName(s)</TH>
<TD><input type=text name=firstnam size="35"></TD>
</TR>
<TR><TH>SurName</TH>
<TD><input type=text name=surnam size="35"></TD>
</TR>
<TR><TH>Email Adress</TH>
<TD><input type=text name=eadr size="35"></TD>
</TR>
<TR>
<TD></TD>
<TD>
<input type=submit value=" Add Subscriber ">
<input type=reset value=" Clear Form "></TD>
</TR>
</TABLE>
</FORM>
<dtml-var standard_html_footer>
******
And the Processor looks like this
******
<dtml-var standard_html_header>
<dtml-call "REQUEST.set('firstname', firstnam)">
<dtml-call "REQUEST.set('surname', surnam)">
<dtml-call "REQUEST.set('email', eadr)">
<dtml-call "REQUEST.set('title', firstnam+' '+surnam)">
<dtml-with "manage_addProduct['nl_3dcomm']">
<dtml-call "newsl_entry_add(_.None, _, NoRedir=1)">
</dtml-with>
<CENTER>
<H2>Thank you for your entry</H2>
</CENTER>
<dtml-var standard_html_footer>
******
You see, I need to make "[EMAIL PROTECTED]" into
"somebody_somewher.com" or somethiong like that.... But how....
Hope to get a quick answer.... Stoons = )
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
Share information about yourself, create your own public profile at
http://profiles.msn.com.
_______________________________________________
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 )