I think you can only do this in IE when opening a new window like this:

Code:
window.open("MyASPPage.asp", "", "status=no,toolbar=no,menubar=no")
This would open a new window to display the page and already have the features turned off by default.