fmx250
10-17-2008, 12:43 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:
in my haupt.php i open the ww with following function:
function oeffne_f_a0_daten() {
ajaxwin=dhtmlwindow.open("f_daten", "ajax", "daten.php?aktion=daten_start", "Stammdaten", width=710px,height=650px,left=100px,top=60px,resize=0,scrolling=0,center=0") }
in my daten.php i will hidden a div with following code:
document.getElementById('daten_allgemein').style.visibility = 'visible';
and the id of the div is daten_allgemein.
does someone know what i have done wrong?
i will be very lucky if someone can help me!!!
thanks
DHTML Window widget (v1.1)
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex8/dhtmlwindow/index.htm
3) Describe problem:
in my haupt.php i open the ww with following function:
function oeffne_f_a0_daten() {
ajaxwin=dhtmlwindow.open("f_daten", "ajax", "daten.php?aktion=daten_start", "Stammdaten", width=710px,height=650px,left=100px,top=60px,resize=0,scrolling=0,center=0") }
in my daten.php i will hidden a div with following code:
document.getElementById('daten_allgemein').style.visibility = 'visible';
and the id of the div is daten_allgemein.
does someone know what i have done wrong?
i will be very lucky if someone can help me!!!
thanks