You can use this same trick and a hidden frame to print a DynLayer's
content. Fisrt document.write the layer's HTML into the frame, then use
that method.


Michael Pemberton wrote:

> 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


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

Reply via email to