[Zope] how to submit variables with an html
Randall Randall
randall@randallsquared.com
Mon, 27 May 2002 10:00:29 -0500
florian@fischer.tc wrote:
> Hi,
>
> i have a a question.
> How do i submit more than one var. with an html-form?
>
> one:
>
> <a href="aendern_bilddaten?gefundene_nummer=<dtml-var bild_nummer>">>Aendern</a>
>
> two???:
>
> <a href="aendern_bilddaten?gefundene_nummer=<dtml-var bild_nummer>?
> gefundene_id=<dtml-var bild_id>">>Aendern</a>
>
> But the second version does not funktion.
> Can someone help me.
The second form variable needs a "&", not a "?". So,
<a href="aendern_bilddaten?gefundene_nummer=<dtml-var
bild_nummer>&gefundene_id=<dtml-var bild_id>">>Aendern</a>
should do what you want, if the DTML is right (just now learning Zope).
--
Randall Randall <randall@randallsquared.com>
Crypto key: randall.freedomspace.net/crypto.text
For every new mouth to feed, there are two hands to produce.
-- Peter T. Bauer, 1915-2002