1) Script Title:
DHTML Window widget (v1.1)
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex8/dhtmlwindow/
3) Describe problem:
No real problem, just wondering if its possible to open an iframe with 100% width and height...
I'm using the code below:
I triedCode:<script type="text/javascript"> var googlewin=dhtmlwindow.open("googlebox", "iframe", "http://google.com", "Google Web site", "width=700px,height=450px,resize=1,scrolling=1,center=1", "recal") </script>
and that didn't really work...Code:<script type="text/javascript"> var googlewin=dhtmlwindow.open("googlebox", "iframe", "http://google.com", "Google Web site", "width=100%,height=100%,resize=1,scrolling=1,center=1", "recal") </script>
Any/all info is appreciated...



Reply With Quote
Bookmarks