SamMcNee
06-29-2007, 01:48 PM
1) Script Title:
DHTML Window widget
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex8/dhtmlwindow/index.htm
3) Describe problem:
I am using the popup window widget inside the table.html of this frameset structure:
<frameset rows="220px,*,50px">
<frame src="textframes.html" name="text" />
<frameset cols="220px,*">
<frame src="sidebar.html" name="sidebar" />
<frame src="table.html" name="table" />
</frameset>
<frame src="definitions.html" name="definitions" />
</frameset>
The popup works fine, but it pops up inside and is restricted to the "table" frame. Is it possible to make it popup over the frameset structure? Maybe a new window popup?
Sam
DHTML Window widget
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex8/dhtmlwindow/index.htm
3) Describe problem:
I am using the popup window widget inside the table.html of this frameset structure:
<frameset rows="220px,*,50px">
<frame src="textframes.html" name="text" />
<frameset cols="220px,*">
<frame src="sidebar.html" name="sidebar" />
<frame src="table.html" name="table" />
</frameset>
<frame src="definitions.html" name="definitions" />
</frameset>
The popup works fine, but it pops up inside and is restricted to the "table" frame. Is it possible to make it popup over the frameset structure? Maybe a new window popup?
Sam