Connecting Tech Pros Worldwide Help | Site Map

changing title & removing status bar from a pop up window

prash.marne@gmail.com
Guest
 
Posts: n/a
#1: Mar 9 '07
hi guys,
i have simple problem with my pop up window
my code is ....

<html>
<head>
<script type="text/javascript>
function open_window(){
window.open("","","channelmode=0,directories=0,ful lscreen=0,location=0,menubar=0,resizable=0,scrollb ars=0,status=0,titlebar=0,toolbar=0,height=100,wid th=100");
}
</script>
</head>
<body>
<a onclick="open_window();"Click here</a>
</body>
</html>

this code opens a new pop up window with words written 'about: Mozilla
Firefox' on top bar
i want to remove these words & change them
i don't know how can i do this....??

even i am using 'status=0' but it dosen't seems to work for me for
hiding the status bar.
is there any way to hide it...??

any help,
Thanks,

Prashant.

scripts.contact@gmail.com
Guest
 
Posts: n/a
#2: Mar 9 '07

re: changing title & removing status bar from a pop up window


On Mar 9, 7:05 am, "prash.ma...@gmail.com" <prash.ma...@gmail.com>
wrote:
Quote:
this code opens a new pop up window with words written 'about: Mozilla
Firefox' on top bar
i want to remove these words & change them
i don't know how can i do this....??
the title displayed on window's title bar is the title specified using
<title>xxx</title Load a document and set the title in the
document. Or-

newWindow=[open window here]
newWindow.document.title="something"
Quote:
>
even i am using 'status=0' but it dosen't seems to work for me for
hiding the status bar.
is there any way to hide it...??

not a good idea-
http://developer.mozilla.org/en/docs..._on_status_bar


OmegaJunior
Guest
 
Posts: n/a
#3: Mar 11 '07

re: changing title & removing status bar from a pop up window


On Fri, 09 Mar 2007 14:05:49 +0100, prash.marne@gmail.com
<prash.marne@gmail.comwrote:
Quote:
even i am using 'status=0' but it dosen't seems to work for me for
hiding the status bar.
is there any way to hide it...??
>
any help,
Thanks,
>
Prashant.
>
Why would you assume the audacity to change the user's computer at all?
The browser is the user's property, not the author's. The fact that any
browser allows an author to remove the status bar at all is pure
arrogance. Keep your hands off of my browser! Your domain is the contents
of the window, not the window itself. That's mine.

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
Closed Thread