Hi all,
I have a problem with a modal window. I'm using a submodal window to bring up another asp.net page. In the parent page, i have the asp button onclientclick event to fire the javascript modal window. What happens is the load screen.html comes up and then when it goes to the asp.net page, the modal window closes. When I change it to an html button on the parent page, the modal window works great. I'm scratching my head over why one works and the other doesn't. I don't know if it's the postback on the asp.net page killing it or something else. Anyone have any ideas? Thanks!
I have a problem with a modal window. I'm using a submodal window to bring up another asp.net page. In the parent page, i have the asp button onclientclick event to fire the javascript modal window. What happens is the load screen.html comes up and then when it goes to the asp.net page, the modal window closes. When I change it to an html button on the parent page, the modal window works great. I'm scratching my head over why one works and the other doesn't. I don't know if it's the postback on the asp.net page killing it or something else. Anyone have any ideas? Thanks!