|
Share this post! |
| Vote this! |
|
Frames are a special case in JavaScript — each frame behaving like the
separate document that it is. This means that to modify anything in
another frame, you first need to gain control of this frame by working
with something called the frame tree.
Setting it Up
As you probably know,
frames
are a HTML technique which allow you to split one page into a number of
contained windows, each of which hold a separate HTML file. While all
of the component pages are displayed together they don't actually share
any connections. A function executed in one will have no effect across
in another.
more...
Highly
Recommended Reading After Above
Javascript and JQuery
0 comments:
Post a Comment