bha
08-22-2009, 03:48 PM
1) Script Title: DHTML Window widget (v1.1)
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex8/dhtmlwindow/index.htm
3) Describe problem:
I am trying to open a table in the new windows. I have a table in the original windows (the table is dynamically generated by an xslt script from XML) and I wrapped the <table> element with a <div> element and sent the id of the DIV to the new window.
Unfortunately the new windows does not contain the table. When I try to wrap text or <h1> elements inside the <div> element there's no problem but a table element, even a constant one (and not dynamic as described before) it doesn't appear.
Any ideas?
Thanks a lot
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex8/dhtmlwindow/index.htm
3) Describe problem:
I am trying to open a table in the new windows. I have a table in the original windows (the table is dynamically generated by an xslt script from XML) and I wrapped the <table> element with a <div> element and sent the id of the DIV to the new window.
Unfortunately the new windows does not contain the table. When I try to wrap text or <h1> elements inside the <div> element there's no problem but a table element, even a constant one (and not dynamic as described before) it doesn't appear.
Any ideas?
Thanks a lot