You can't do this from a web page itself to modify the window that the
HTML is in. Rather, you will have to have a piece of javascript that will
open a new window (through the open method on the ambient window object),
telling it to not show the toolbar.
With the latest enhancements to IE (through XP SP 2), I think this
ability is limited, because of security concerns.