Is there a way to hide address bar on IE 8 by html or javascript?

I am trying to launch a new window without the address bar. The following code works on IE 7 but not on IE 8. Please advice. Thanks

http://xyz.html','mywindow','width=800,height=600,scrollbars=yes,resizable=yes,location=no,toolbar=no')">

Solution: Is there a way to hide address bar on IE 8 by html or javascript?

Hi chuang108,

To add to the above answer, if you are trying to working on an Intranet application and if it is in your power than you can ask your end users to add the site in Trusted Sites Zone. After that this script will hide address bar easily.

Regards,
Chinmay