Hallo Phil (und Piranja),
probiers mal mit onClick="return Check();return Check1();" ;-)
Eher
return (Check() && Check1);
(Falls der Aktion auch dann ausgeführt werden soll, wenn nur eine der beiden Funktionen true zurückliefert, ersetze && durch ||)
Grüße
Andreas
--
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning."
(Rich Cook)
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning."
(Rich Cook)