[Zope] get an image path - not a image HTML tag

Chris Withers chrisw@nipltd.com
Wed, 10 Oct 2001 11:09:37 +0100


Pierre-Julien Grizel wrote:
> 
> Just do <INPUT SRC="<dtml-var "OK_Button.absolute_url()">" ....>

or more neatly:
<INPUT SRC="&dtml.url-OK_Button;" ....>

cheers,

Chris