Ah yes you're right. Time for a new approach. Try the modified .js file instead, which builds this feature in. Then, to have a DHTML window initially minimized, just define the attribute in red below when opening a window:
Code:
var googlewin=dhtmlwindow.open("googlebox", "iframe", "http://images.google.com/", "#1: Google Web site", "width=590px,height=350px,resize=1,scrolling=1,center=1,minimize=1", "recal")
p.s: You should remove the code I posted earlier above to minimize a window, as it's not longer needed:
Code:
dhtmlwindow.addEvent(window, function(){dhtmlwindow.minimize(googlewin.controls.firstChild, googlewin)}, "load")
Bookmarks