Hello,

I have an HTML file that contains iframes. My client and server have
different versions of Internet explorer. The server is a windows 2003 IIS
ver 6.0 with an IE ver 6.0.3790.0, the client is Windows 2000 with an IE ver
6.0.2800.1106CO.

The problem is, using the IE browsers, the iframes look
different(functionally) between the server vs. client. The client shows the
iframe,as a frame only with its contents, with the correct height and width.
The server shows the iframe, as a frame containing both a "File and Folder
Tasks" and "other Places" area, and the frame area with its contents (this
is like the client's iframe).

My question is, how can I "turn off or remove" this additional function
(File Folder and Tasks, Other Places) that appears in the iframe on the
server, and leave just the frame area.. I want the server and client
iframes to look the same. Also, this iframe is to be used by a user, and I
don't want the user to be able to create folders. etc. from this "File
Folder Tasks" area.

Can I, and how do I remove these "File Folder and Tasks", and "Other places"
area within the iframe on the server, leaving just the frame contents with
the correct height and width.

Thanks.