The browser's status bar is accessed through the window.status property and can be set by assigning a string value to it. Option A incorrectly calls status as a function, option B uses a non-existent global status function, and option D references a non-existent statusbar property. The status bar property is accessed as a property of the window object, not called as a method.