[RESOLVED] [2005] Title bar in pop-up window
If you set a page title in a page then it appears as you set it ie.<title>Test</Test> just displays Test in the title bar.
However in a pop-up browser window it displays the url before the Title which looks quite ugly.
Is it possible to change this behaviour?
Re: [2005] Title bar in pop-up window
It isn't. The popup window has the URL appended to the beginning of the title because the 'ownership' needs to be displayed. Therefore, the calling page's URL is always displayed.
Re: [2005] Title bar in pop-up window
Cheers, I didn't think it was going to be possible.