joeltonnberg
08-21-2007, 03:12 AM
1) Script Title: dhtml window widget (v. 1.03)
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex8/dhtmlwindow/index.htm
3) Describe problem:
I am using three windows on my page and I want them to start minimized. I use the following;
dhtmlwindow.minimize(win1.getElementsByTagName("img")[0], win1)
However, it only works with one window. If I use it on the other two, they start minimized and stacked down in the corner, but when the page finished loading they return to the position (still minimized) given in var win1 = dhtml.open(). I would like for all windows to start down in the corner minimized, then when clicked return to the position specified.
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex8/dhtmlwindow/index.htm
3) Describe problem:
I am using three windows on my page and I want them to start minimized. I use the following;
dhtmlwindow.minimize(win1.getElementsByTagName("img")[0], win1)
However, it only works with one window. If I use it on the other two, they start minimized and stacked down in the corner, but when the page finished loading they return to the position (still minimized) given in var win1 = dhtml.open(). I would like for all windows to start down in the corner minimized, then when clicked return to the position specified.