PDA

View Full Version : frames


pberardi
05-18-2007, 12:47 AM
Can someone explain to me how JavaScript knows into which frame to put a particular link or handle an event? I realize that you can use an array however how does it work with names? Does it simply go in order such as top left, top right, bottom left, bottom right?

glenngv
05-21-2007, 07:44 PM
You need to explain more in detail of what you need.

rnd me
06-15-2007, 08:58 AM
the default is the current window.
if you want it elsewhere, you need to specify "_blank", "_top", of a named frame as the target of the link.