Hello,
 
i´ve a problem, that I`ve two links and each link has an html:hidden field.
I´want to sent only the hidden Field which is included in the clicked link.
Is this possible?
 
My code shows as follows:
 
<html:link href="JavaScript:sendFormNeuanlage();">
     <html:hidden property="CMD" value="aktualisieren"/>
     <img src="/images/bAngebotAktualisieren.gif" width="140" height="14"
alt="aktualisieren" hspace="14" border=0">
</html:link>

<html:link href="JavaScript:sendFormNeuanlage();" styleId="bestaetigen">
     <html:hidden property="CMD" value="bestaetigen" name="bestaetigen"/>
     <img src="/images/bAbsenden.gif" width="84" height="14" alt="absenden"
border="0">
</html:link>
 
Thanks for any ideas,

Jan

Reply via email to