tested and print works on ns4, ns6, ie5, print doesn't work on ie4

Ruairi

-----Mensaje original-----
De: Doug Melvin [mailto:[EMAIL PROTECTED]]
Enviado el: jueves 8 de marzo de 2001 21:42
Para: [EMAIL PROTECTED]
Asunto: Re: [Dynapi-Dev] DynDocument Print method


is this x-browser?
----- Original Message ----- 
From: "Michael Pemberton" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 07, 2001 7:53 PM
Subject: [Dynapi-Dev] DynDocument Print method


> 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


---
Outgoing mail is certified Virus Free by AVG Free Edition
Download at: http://www.grisoft.com/html/us_index.cfm
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.237 / Virus Database: 115 - Release Date: 3/7/01


_______________________________________________
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