Need solution for this query.
How to hide the titlebar of popup window in IE7?
I am using window.open() method in
java script to open a popup window.
I can able to hide the scrollbar and toolbar and some others except the Titlebar which is showing the URL-Title-Internet Explorer.
If i added my website (which is using https protocol) into the "Trusted Website" zone and "Security Level of Trusted Website zone" to "Medium_low" in IE7 then the titlebar is hided automatically.
But i need a solution to hide this "Title Bar" without doing the above activity.