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
D]]On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, January 17, 2001 18:29 To: [EMAIL PROTECTED] Subject: [Zope] Using images as submit buttons Has anyone figured a reasonable way of getting multiple image submit buttons for a single form? I tried but that didn't work for obvious reasons.

[Zope] Using images as submit buttons

2001-01-17 Thread richard
Has anyone figured a reasonable way of getting multiple image submit buttons for a single form? I tried but that didn't work for obvious reasons. didn't work under Netscape 4.75 - I didn't get a button on the form... Suggestions? If nothing is suggested, I think I'll have to suggest tha