Reply

alice johnson replied to Developer .Net at 04-Jul-08 05:07
As far as I know it is not possible to completely remove the "- Microsoft Internet Explorer" from the IE title bar. It is however possible to push it along, but you can only push it along so far...

When you create the page in the <head> instead of createing the <title> using static HTML create it using:

document.write("<title>My Page &nbsp;&nbsp;&nbsp;...&nbsp
;</title>");

The more "&nbsp;" you place in the <title> the further you can push the "- Microsoft Internet Explorer" along the title bar, but only so far, there is a limit! If the modal dialog is reasonable small in width you should be able to push it almost right out of sight.

Click here to sign in and reply. You could earn money via our $500 contest just for being helpful.
  Avoid "WebPageDialog" title - Developer .Net  04-Jul-08 03:11 3:11:29 AM
      Reply - alice johnson  04-Jul-08 05:07 5:07:54 AM
      Reply - alice johnson  04-Jul-08 05:11 5:11:47 AM
      Reply - alice johnson  04-Jul-08 05:13 5:13:11 AM
      Re: Avoid "WebPageDialog" title - Ashutosh Dhok  04-Jul-08 06:30 6:30:25 AM
      modal dialog - mv ark  04-Jul-08 07:21 7:21:14 AM
View Posts