posted 16 years ago
Hi folks, I have the following function on the onchange event of the html:select
I am calling like this.
<select name="value(registraionTypeId)" onchange="showHide"
and the function is
and the problem is on selecting cancel it changes the value of the list to the newly selected value.
Any Javascript guru can answer this?
A.B