what should be done to control the background color of the document in first frame I know that a window can also contain frames, which we can access through the frames object. The frames object is an array of objects, the first frame being frames(0), the second one frames(1), and so on.But i want to know that what should be done to control the background color of the document in the first frame. |