1) Script Title:
DHTML Window widget
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamici...ndow/index.htm
3) Describe problem:
I want the Window to open after the page loaded completely.
How can I do this?
1) Script Title:
DHTML Window widget
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamici...ndow/index.htm
3) Describe problem:
I want the Window to open after the page loaded completely.
How can I do this?
Try calling the DHTML window viawindow.onload, for example:
Code:window.onload=function(){ var googlewin=dhtmlwindow.open("googlebox", "iframe", "http://www.google.com", "#1: Google Web site", "width=590px,height=350px,resize=1,scrolling=1,center=1", "recal") }
DD Admin
Bookmarks