[Prev][Next][Index][Thread]

Re: Communications Between Frame Panes in Netscape



At 4:20 PM -0700 1996-11-14, Shannon V Spires wrote:

>> Ari: Is there a recommended way to communicate (capture state)
>> across frame panes? Typically, people want to get form state from
>> the other panes and submit it.
>
>Grabbing state from a frame other than the one that contains the submitted
>item is pretty much prohibited by the transactional nature of HTTP.
>AFAIK, there's no way to make a form span multiple frames. If that's what
>you meant, then you'll indeed probably have to use some gnarly Java or
>JScript to do it. 

Precisely.

The easiest way to do this might be to abandon frames
>an emulate their behavior with a Java applet.
>
The Java Applet approach trips over the design brain damage where by
the applet requires pixel dimensions in advance, and therefore, does
not size properly for a given browser without forcing a reload to capture
the display dimensions (of course, one might capture these in advance.




References: