I know form elements can use onchange
function. But for DIV elements, how can we detect and use in another function? I need to change some HTML displays according to the changes in a particular DIV tag.
eg:
Div "txt1" changes by some form elements in the page change. My requirement is .. Whenever a change occur in div txt1, div txt2 become visible (style="visibility:visible;"
)