wahsaga: Formular-Variablen kommen nicht an

Beitrag lesen

hi,

das javascript das die Formulare abschickt (das wird auch ausgeführt, mit alert getestet):
function verfahren(form)
{
var myindex_ver = form.select_verfah.selectedIndex;
if (form.select_verfah.options[myindex_ver].value != "0")
    {
     window.document.forms[2].submit();
     window.document.forms[0].submit();

Wie sollen deiner Meinung nach Client und Server sinnvoll darauf reagieren, dass du zwei Formulare direkt hintereinander abschicken willst?

gruß,
wahsaga

--
/voodoo.css:
#GeorgeWBush { position:absolute; bottom:-6ft; }