Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Refreshing Frame From Page
eiteljoh
post Jan 30 2005, 04:40 AM
Post #1


Advanced Member
*******

Group: Members
Posts: 101
Joined: 3-December 04
Member No.: 2,521



Hello. I have an HTML frameset, with, lets say 2 frames. Frame A and Frame B. The user goes and navigates around, then makes an update within frame B, which in turn requires a refresh of frame A. Does anyone know how to do this? Prefereably I would like to do it in HTML, then if not possible, in JavaScript, then if not possible Perl.

But I have a feeling it's doable in JS, but can't work out exactly the heirarchy for the page within a frame. Any ideas?? Thanks.
Go to the top of the page
 
+Quote Post
jordanliuhao
post Jan 30 2005, 07:02 AM
Post #2


Newbie [Level 2]
**

Group: Members
Posts: 32
Joined: 30-January 05
Member No.: 3,494



"then makes an update within frame B"

I'm not sure what's the meaning of this. I suppose it may be page reload or text change. Anyway, you need define a event processor for it.

In the event processor, use top.frame[0] to reference frame A to load another page.

But there are a limitation, the page in frame A and frame B should be from the same domain. The security in IE forbid access between frames from different domain.

If so, you need reload the whole window. The server return a new frame set and frames. From the user view, there is no much difference to the previous solution.


QUOTE(eiteljoh @ Jan 29 2005, 11:40 PM)
Hello.  I have an HTML frameset, with, lets say 2 frames.  Frame  A and Frame B.  The user goes and navigates around, then makes an update within frame B, which in turn requires a refresh of frame A.  Does anyone know how to do this?  Prefereably I would like to do it in HTML, then if not possible, in JavaScript, then if not possible Perl.

But I have a feeling it's doable in JS, but can't work out exactly the heirarchy for the page within a frame.  Any ideas??  Thanks.
*

Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Html Frame Help(8)
  2. How Do I Make A Frame In The Index.html?(8)
  3. Please Help Me With <frame></frame>(6)
  4. Advanced Html Frame Tag(3)


 



- Lo-Fi Version Time is now: 23rd November 2008 - 02:01 PM