Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

window.open Adds Domain to Title

Status
Not open for further replies.

OsakaWebbie

Programmer
Joined
Feb 11, 2003
Messages
628
Location
JP
When I use window.open to open a new window, in front of the content I put in <title>My Title</title>, I first see the domain of the site, like this:
- My Title - browser name

How can I get it to leave off the domain, either in the calling window or in the popup? My popup is very small, so the title bar can't even show all of the domain, let alone the text I actually want to show.
 
Now that you mention it, I can see why - a user might want to know the source of annoying advertising popups or something.

Too bad, though, that I couldn't at least change the order of the items (even in my own browser) so that the domain is later in the order - that would serve the security purpose without getting in the way of seeing which window is which within my own site (this is dynamic code, so the same little popup could be open multiple times with different data).

Thanks for the fast reply.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top