Hi there,
I am currently working on a big project of mine with uses a rather big number of frames, and while the center frame is the main frame the side frames show some aditional information and process some infos (PHP).
What I would like to know is if there was a command to refresh the page of, for example, Frame B, with some code from FrameA
For example: In "Frame A" I would have the code to refresh. So whenever I would manually refresh "Frame A" it should also refresh "Frame B" (because of the code).
They are not Incorporated Frames, I am using a FrameSet.
I have searched the web for some time, found something which nears it
Code:
<meta http-equiv="refresh" content="3;url=http://www.site-name-in-here.com" target=_parent>
I tested a bit, like changing the "target" atribute but it seems like this atribute doesn't belongs to this tag, it always keeps refreshing the page where my code is in.
So, if anyone could give me some help on this...
Basic Question (for quick repliers): What is the code to refresh another frame in the same frameset?
It's like updating 2 (or more) frames when updating just one frame.
I could say this is pretty vital for my project.
Thanks in advance
Schimassek...
|