I have a Java applet that displays a tree of objects and documents on the left pane of the browser, and on the right pane it displays the actual documents (such as a MS Word document). In IE 4 and I think IE5 too, when you went to the Save As menu option it would prompt to save that document in it's proper format, however, in IE6, if you do the Save As, it proceeds to save the entire page with a subdirectory containing the document..this is not what i want...I want it to behave the same way it did in the earlier versions of IE.
I've now added a context menu item, but I don't know what Java code I need to use in order to just save the document pane. Any help would be appreciated,