javascript hide/show textbox based on value selected from select list
orton607Apr 18 2011 — edited Apr 19 2011hello,
can anyone please help me out with the javascript function. I want to hide the text item P0_TEXTITEM if no value is selected from the select list item i.e; if it is null, by default when the page loads it should hide the textitem and when a particular value is selected from my selectlist item P0_SELECT_LIST then only it should show the textitem. Basically an onchange event on selectlist.
thanks,
Orton