checkbox

From: cyriel vringer <cyriel.vringer_at_nos.nl>
Date: 1996/07/29
Message-ID: <31FCA83D.1C77_at_nos.nl>#1/1


I have an oracle database(unix) plus oracle webserver 1(NT)

procedure test ( x   IN     VARCHAR2
               , y   IN     VARCHAR2
               , z   IN     VARCHAR2
               );


when i try to get a checkboxvalue from a box that is unchecked, my parameter is not inserted into my procedure, so i have 2 IN parameters instead of 3.

When it's checked it works fine.

Now, i dont know what the use of a checkbox is when u got to have it checked.....all the time !!
I don't want to overload my procedure for such a stupid thing.

<form>
<input name="x">
<input name="y">
<input type="checkbox" value="z">
</form>

anyone dealt with this ??
cheers,
cyriel Received on Mon Jul 29 1996 - 00:00:00 CEST

Original text of this message