View Single Post
  #1 (permalink)  
Old 07-16-2007, 04:24 AM
brumbino brumbino is offline
Senior Member
 
Join Date: May 2007
Posts: 951
Default 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.
Reply With Quote