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 ... </title>");
The
more " " 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. |
|