One way is to add persistence to the DHTML window using cookies, so the state of an window's open/close state is remembered. See this thread: http://www.dynamicdrive.com/forums/s...ad.php?t=20624 Also, if your pages containing the same DHTML window is spread across different directories within your site, you'd want to modify the dhtmlwindow.js file referenced in that thread with the following change:
Code:
document.cookie = name+"="+value+"; path=/"
This makes the persistence site wide, instead of directory wide.
Bookmarks