no, but if it easier for me to change the name based on the page title then I can change the name of the page title to match the name I want to be displayed in the title of the new pop up window.
Thanks
Main Topics
Browse All TopicsHi
I have window that opens using the code below
window.open(strURL, '_blank', 'resizable=no,toolbar=no,l
Which opens a new window but I would like to change the name of the URL in the new window so it will say e.g new window rather then the url.
Thanks in advance
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Sorry I did not write this code.
There is a title name already in the <title></title>. but it still shows the url.
This what I currently have in the pop up header.
<HEAD>
<title>Results</title>
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="ts_Client">
<meta content="http://schemas.mi
</HEAD>
and the name of the URL is displayed in the pop up page.
thanks
All I will like to show is "Results" and nothing else.
Business Accounts
Answer for Membership
by: thirdPosted on 2007-01-15 at 06:20:33ID: 18316252
are you referring to the page title?