Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
310
DIV's on a WebDialogWindows
posted

Hi,

I have a page that opens a webdialog when a user presses a buttone , the dialog contains a webdropdown control. When the dropdown value is changed i want to show a DIV and hide another DIV.

I'm using this command var div = document.getElementById("incidentSpecificQuestions"); , but the value is always NULL because it's not in the DOM tree. How can l work around this?

Any Help?

 

Parents Reply Children
No Data