The following is a simple print method for dyndocuments.  it forces the
focus to make sure that the sepecified document is the one that get's
printed.

DynDocument.prototype.print=function() {
    this.elm.focus();
    this.elm.print();
};

--
Michael Pemberton
[EMAIL PROTECTED]
ICQ: 12107010




_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-dev

Reply via email to