Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.javascript > #24329
| From | Dr J R Stockton <reply1400@merlyn.demon.co.uk.invalid> |
|---|---|
| Newsgroups | comp.lang.javascript |
| Subject | Omitting a bar |
| Date | 2014-05-21 17:47 +0100 |
| Organization | Home |
| Message-ID | <xWgKOeoOiNfTFwYm@invalid.uk.co.demon.merlyn.invalid> (permalink) |
This code, in my (current) Firefox, generates a new window with an
unwanted bar.
function MakeWindow(K) {
var Win = window.open("", "_blank",
"width=678,height=800,scrollbars=yes")
Win.document.write(FigBody(K, true)) }
The top bar is blue, with logo and "Mozilla Firefox" to the left and the
usual three buttons to the right. The unwanted bar follows, grey, with
to the left a symbol followed by the URL of the parent page. The rest
contains the value from FigBody.
Can the unwanted bar be removed, and if so how, preferably in all
browsers?
--
(c) John Stockton, nr London, UK. For Mail, see Home Page. Turnpike, WinXP.
Web <http://www.merlyn.demon.co.uk/> - FAQ-type topics, acronyms, and links.
Command-prompt MiniTrue is useful for viewing/searching/altering files. Free,
DOS/Win/UNIX now 2.0.6; see my <http://www.merlyn.demon.co.uk/pc-links.htm>.
Back to comp.lang.javascript | Previous | Next — Next in thread | Find similar | Unroll thread
Omitting a bar Dr J R Stockton <reply1400@merlyn.demon.co.uk.invalid> - 2014-05-21 17:47 +0100
Re: Omitting a bar JJ <duh@nah.meh> - 2014-05-22 07:42 +0700
Re: Omitting a bar Osmo Saarikumpu <osmo@weppipakki.com> - 2014-05-22 17:04 +0300
Re: Omitting a bar Dr J R Stockton <reply1400@merlyn.demon.co.uk.invalid> - 2014-05-23 21:11 +0100
Re: Omitting a bar Osmo Saarikumpu <osmo@weppipakki.com> - 2014-05-25 15:53 +0300
csiph-web