Like This Site? 
 
RSS Feed Follow Us 

on Twitter! Be Our Fan!

JavaScrip For Creating Frames

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...

0 comments:

Post a Comment