NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on February 19, 2009, 06:55:26 AM

Title: How to refresh another frame
Post by: Alberto on February 19, 2009, 06:55:26 AM
Hi,

I have 4 frames.
Top and ... left, mid and right in the bottom.
I´ll use the bottom right frame to show publicity, then I need:

1- to change the page showed in the right frame depending on which page opens in the mid frame.
2- to change the page showed in the right frame depending on the value entered in a field in the mid frame.

Thanks
Alberto

Title: Re: How to refresh another frame
Post by: Bruce on February 19, 2009, 09:38:49 PM
you can change 2 frames with one request.
Rather you need to refresh the "frameset" procedure, set the target to '_top'.

Then in the frameset procedure you can decide which page to display in each frame.
Example 7, I think, or example 4, has an example of this.

Cheers
Bruce