pop up window title

K

Kavi

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 you can
look at...

http://www.spiderenterprises.com/how...l/popup.html#f

goto "Onclick fullscreen popup."

click on the spider

a new window will open. and you will see url in the title of the window



this is what i'm using to open the window <a
href=javascript:popupMainDocWin(" stuff")
 
D

David Dorward

Kavi said:
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?

Don't remove the address bar and the browser won't worry about warning the
user what domain the window points to. Its an anti-pishing measure.
this is what i'm using to open the window <a
href=javascript:popupMainDocWin(" stuff")

Oh dear. http://jibbering.com/faq/#FAQ4_24
 
K

Kavi

but if i could not the url, is it possible? and if so how?

i just want the title of the page to show, not the url
 
R

Randy Webb

Kavi said the following on 5/9/2006 2:52 AM:

Please quote what you are replying to.

If you want to post a followup via groups.google.com, don't use the
"Reply" link at the bottom of the article. Click on "show options" at
the top of the article, then click on the "Reply" at the bottom of the
article headers.
but if i could not the url, is it possible? and if so how?

Stop removing toolbars, problem semi-solved.
 
K

Kavi

but i don't want to remove the tool bar

i was just wondering if it is possible to only show the title of page
and not the url

right now its showing - [title] - [internet explorer]

can i have just the [title] - [internet explorer] ?
 
D

David Dorward

Kavi wrote:

You've been asked to quote what you are responding to before, please
respect that request.
but i don't want to remove the tool bar

Good - so don't.
i was just wondering if it is possible to only show the title of page
and not the url

Yes - when you open the window specify that the location bar should not
be removed... as I said at the start of this thread.
 
G

Gérard Talbot

Kavi wrote :
but i don't want to remove the tool bar

i was just wondering if it is possible to only show the title of page
and not the url

right now its showing - [title] - [internet explorer] ca...afalra.com/special/googlegroupsreply/ Gérard
 
A

ASM

Gérard Talbot a écrit :
The title of the page will be shown, displayed in the titlebar if the
document has/uses something in the <title> element.

E.g.:
The code
<head>
...
<title>Foo bar</title>
</head>

in the popup document will show Foo bar in the titlebar of the popup
window.

Personally, with FireFox (did not look at others browsers) :

if I open a popup :
window.open('foo.htm','','width=500,height=300,scrollbars=1')

the title bar shows url + title

if I do :
window.open('foo.htm','','width=500,height=300,location=1')

only alone title in title bar

I didn't find how to have only title with 1st case.
 
D

David Dorward

ASM said:
window.open('foo.htm','','width=500,height=300,scrollbars=1')
the title bar shows url + title
window.open('foo.htm','','width=500,height=300,location=1')
only alone title in title bar
I didn't find how to have only title with 1st case.

You can't. As mentioned previously, it is an anti-pishing security measure.
 
T

Thomas 'PointedEars' Lahn

David said:
Yes - when you open the window specify that the location bar
should not be removed... as I said at the start of this thread.

Which is the default and therefore can be omitted.


PointedEars
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,471
Messages
2,571,831
Members
48,802
Latest member
shadowoftheunknown
Top