Re: [Zope] Using images as submit buttons

2001-01-18 Thread Dieter Maurer
[EMAIL PROTECTED] writes: > Has anyone figured a reasonable way of getting multiple image submit > buttons for a single form? I tried You may look at the following ZPublisher.HTTPRequest patch: URL:http://www.dieter.handshake.de/pyprojects/zope/imgbutton.pat It might be necessary to tweak

RE: [Zope] Using images as submit buttons

2001-01-18 Thread Max M
Untested but tried: function submit(){ self.document.formName.submit(); } Regards Max M Max M. W. Rasmussen,Denmark. New Media Director private: [EMAIL PROTECTED] work: [EMAIL PROTECTED] - Specialization is for insects.

RE: [Zope] Using images as submit buttons

2001-01-18 Thread Loren Stafford
You might look into a javascript onClick this.submit. I haven't actually done this yet, so I don't have the exact syntax at hand, but I'm sure you could find it on one of the javascript sites. -- Loren -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMA