nando99
01-22-2009, 03:12 PM
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:
<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>
I tried
<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>
and that didn't really work...
Any/all info is appreciated...
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:
<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>
I tried
<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>
and that didn't really work...
Any/all info is appreciated...