Re: Trigger an event on a different frame

From: Biju (biju.a_at_eostek.com)
Date: 08/25/04


Date: Wed, 25 Aug 2004 16:27:20 +0530

Hi,

use
   parent.<name of lower frame>.window.print();
Biju

"dana lees" <danal@idc.ac.il> wrote in message
news:eYcJiSoiEHA.1356@TK2MSFTNGP09.phx.gbl...
> Hi,
>
> I'm writing a C# asp.net web application.
>
> I have a frameset in which the upper frame contains a "print" button and
the
> lower frame contains content of a different domain. Since i cannot call
> window.print() in another domain, i'm trying to trigger an event in my
lower
> frame that will call window.print() itself...
> How can i do that?
>
> How can i call an event on another frame in my application?
>
> Thanks,
>
> Dana
>
>