Advertisement
Advertisement
| 05.06.2008 at 09:01AM PDT, ID: 23379933 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: |
function CloseButton_onclick() {
window.opener.window.lblMessage.innerHTML = "File Upload Complete.";
window.close();
}
close:function(t, forceclose){ //DHTML modal close function
t.contentDoc=(t.contentarea.datatype=="iframe")? window.frames["_iframe-"+t.id].document : t.contentarea //return reference to modal window DIV (or document object in the case of iframe
if (typeof forceclose!="undefined")
t.onclose=function(){return true}
if (dhtmlwindow.close(t)) //if close() returns true
this.closeveil()
}
|