[Zope] true/false property changes (newbie)

Tom Scheidt Tom Scheidt" <tom@falsemirror.com
Fri, 10 Mar 2000 16:54:51 -0500


Is there a way i can place a checkbox in a form and have the script below
change the properties only if the checkbox i checked. So if the box is
checked, for instance, a headline will appear on the page, and if not,
nothing will appear. Make any sense? Thanks in advance.

<dtml-with "manage_clone(story_html,REQUEST['new_id'],REQUEST)">

<dtml-call "manage_changeProperties(

headline=REQUEST['new_headline'],

subhead=REQUEST['new_subhead'],

story=REQUEST['new_story'],


)">

</dtml-with>



<dtml-call "RESPONSE.redirect( DestinationURL()
+'manage_main?update_menu=1')">


*************************
Tom Scheidt
www.falsemirror.com
tom@falsemirror.com
*************************