how can I hide my combobox?
Hi
I have a field which is combobox and I want to check it the value f this field is equal to "something", hide the other combobox in the page .. how should I do that?
Thank you
if (myID = "engine"){
window.document.forms[0].?????????? =
}
|