473,386 Members | 1,668 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Custom title For Popup window

hi, all wishing u a very happy new year.
i want to create a popup window whose title should not be browser dependent.
that is it should not show "windows internet explorer".

is it possible. then please help me.


thanx in advance.

Neel.
Jan 5 '09 #1
7 2303
kenobewan
4,871 Expert 4TB
Providing a custom title will usually only result in [Custom Title] - Windows Internet Explorer. Although I have send a 'provided by...' tacked on the end, so maybe possible.
Jan 5 '09 #2
Curtis Rutland
3,256 Expert 2GB
But the "Provided By" stuff comes from something that the OEM installed on the machine, not something a website did. As far as I know, that "Microsoft Internet Explorer" is permanent.
Jan 5 '09 #3
Plater
7,872 Expert 4TB
Its all kept in registry and resource files.
However, since the specific browser in use puts that message there (i.e. "Microsoft Internet Explorer" ) your popup windows ARE already browser independant
Jan 5 '09 #4
Frinavale
9,735 Expert Mod 8TB
Your popup windows are children of the parent browser. You can set the "Title" of the page to display what you want but it's up to the browser as to how it's treated (how it's displayed.
Jan 5 '09 #5
i am using

var pop=window.open(url,' ','---')
pop.document.title="My title"

but this is not working.

any idea.

thanx

neel.
Jan 9 '09 #6
xNephilimx
213 Expert 100+
the document that your re calling for the popup (the one in the url variable) should have the title in it's title tag, that way you'll see the proper title in the popup window.
Jan 9 '09 #7
acoder
16,027 Expert Mod 8TB
I've seen some use a simple hack of plenty of spaces - not sure how well it works across browsers/platforms.
Jan 9 '09 #8

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: David | last post by:
Hi, I use the following page code to open a popup window - it works OK, but whilst the popup is loading you can see the URL in the title of the popup until it's fully loaded and then the title...
2
by: Targa | last post by:
Im using the code below to pop up a window: It works fine except for that in the titlebar, my domain name is listed before the page title like below: http://mydomain.com - MyPopupwindowname -...
3
by: Ken | last post by:
Hi. I've defined a custom database property called Version. It is a text value. I wanted to know if there is a way to include that value on the title bar of a form window. Also, is there a...
2
by: Caesar Augustus | last post by:
First, let me start by saying my asp.net experience is still in it's infancy so please bare with me as I try to explain my situation. I have created a single page that with the use of many...
3
by: Hitesh | last post by:
Hi, I am having a secure site, i am calling a popup window on the click of a link by usin g "Window.open()" method. The problem i am facing is when the popup appears its having the URL in the...
9
by: Kavi | last post by:
in the pop up window, there is always a url before the title of the window, is there a way i can only have the title, and no url? i cannot give u a link to my page, but i have found an example...
2
by: skim1114 | last post by:
I have this code in my popup window, which works perfectly except that I need it to display a new title for every image. Here the popup window code: <HTML> <HEAD> <TITLE>DETAIL</TITLE>...
4
by: Jon | last post by:
Hi, I am calling the function showpopupWindow(item) to open and write a popup window. When testing in IE6 locally the popup window displays my text in both the title and status bars but when...
5
by: JSha | last post by:
I have button which when clicked does a popup window which is opened using showmodaldialog(xyz.aspx, dialogarguments)... the xyz.aspx page has the title set as.... <title> ABCD </title> now...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.