mart37
Dec 6th, 2000, 11:36 AM
how can i see the value of a combobox in Javascript
like i write this code and it doesn't worked.
document.frmCart.Carts.options.value=x;
alert(x);
frmCart = Name of form
Carts = Name of Select(ComboBox)
Thanxs all
like i write this code and it doesn't worked.
document.frmCart.Carts.options.value=x;
alert(x);
frmCart = Name of form
Carts = Name of Select(ComboBox)
Thanxs all