artonlinehome
09-20-2010, 09:10 AM
I am trying to open modal using
I got code fom
http://www.dynamicdrive.com/dynamicindex8/dhtmlwindow/dhtmlmodal.htm
var test123=dhtmlmodal.open("agreebox", "iframe", "location.do?method=selectlocation&readPreview=3", "This Page's Terms of service", "width=590px,height=450px,center=1,resize=1,scrolling=0");
test123.onclose=function(){
// need to do some operation
}
}
and popup jsp page on click of one button trying to close the popup like
parent.test123.hide();
but in popup window it is saying test123 is undefind.
Please help me on this.
I got code fom
http://www.dynamicdrive.com/dynamicindex8/dhtmlwindow/dhtmlmodal.htm
var test123=dhtmlmodal.open("agreebox", "iframe", "location.do?method=selectlocation&readPreview=3", "This Page's Terms of service", "width=590px,height=450px,center=1,resize=1,scrolling=0");
test123.onclose=function(){
// need to do some operation
}
}
and popup jsp page on click of one button trying to close the popup like
parent.test123.hide();
but in popup window it is saying test123 is undefind.
Please help me on this.