1) Script Title: dhtmlmodal
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex8/dhtmlwindow/dhtmlmodal.htm
3) Describe problem: Using an inline dhtml modal window: when closed by...
Type: Posts; User: davidpoor; Keyword(s):
1) Script Title: dhtmlmodal
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex8/dhtmlwindow/dhtmlmodal.htm
3) Describe problem: Using an inline dhtml modal window: when closed by...
Part of the issue may be what type of dhtmlwindow you have. I am using inline windows and iframe windows. I believe that my solution may work for all types. What I do is create a onresize event...
Thank you. Yes, I believe that I have identified the source. In the modal.js, the following code
t.hide=function(){dhtmlmodal.close(this)} //OVERWRITE default t.hide() method with new one
...
Thank you for the reply and I apologize if I made the test overly complex.
The short answer is yes. I first observed the problem with a straight DHTML modal window. I wrote the test module to...
I have downloaded the latest scripts and still have the same issue: the veil is not removed with a call to mydhtmlWindowObject1.dhtmlWindow.close();
I have posted a very simple example at: ...
1) Script Title: DHTML Modal window v1.1
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex8/dhtmlwindow/dhtmlmodal.htm
3) Describe problem:
I am using an inline dhtml modal...