Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.javascript > #8664 > unrolled thread
| Started by | "FAQ server" <javascript@dotinternet.be> |
|---|---|
| First post | 2011-11-27 00:00 +0000 |
| Last post | 2011-11-28 18:45 +0000 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.lang.javascript
FAQ Topic - How do I modify the current browser window? (2011-11-27) "FAQ server" <javascript@dotinternet.be> - 2011-11-27 00:00 +0000
Re: FAQ Topic - How do I modify the current browser window? (2011-11-27) Dr J R Stockton <reply1148@merlyn.demon.co.uk> - 2011-11-28 18:45 +0000
| From | "FAQ server" <javascript@dotinternet.be> |
|---|---|
| Date | 2011-11-27 00:00 +0000 |
| Subject | FAQ Topic - How do I modify the current browser window? (2011-11-27) |
| Message-ID | <4ed17d8e$0$289$14726298@news.sunsite.dk> |
----------------------------------------------------------------------- FAQ Topic - How do I modify the current browser window? ----------------------------------------------------------------------- In a default security environment you are very limited in how much you can modify the current browser window. You can use `window.resizeTo` or `window.moveTo` to resize or move a window respectively, but that is it. Normally you can only suggest chrome changes in a `window.open`. <URL: http://msdn.microsoft.com/en-us/library/ms536651%28VS.85%29.aspx> <URL: https://developer.mozilla.org/en/DOM:window.open> The complete comp.lang.javascript FAQ is at http://jibbering.com/faq/ -- The sendings of these daily posts are proficiently hosted by http://www.pair.com.
[toc] | [next] | [standalone]
| From | Dr J R Stockton <reply1148@merlyn.demon.co.uk> |
|---|---|
| Date | 2011-11-28 18:45 +0000 |
| Message-ID | <ot01ynJ5a90OFw0z@invalid.uk.co.demon.merlyn.invalid> |
| In reply to | #8664 |
In comp.lang.javascript message <4ed17d8e$0$289$14726298@news.sunsite.dk >, Sun, 27 Nov 2011 00:00:04, FAQ server <javascript@dotinternet.be> posted: > You can use >`window.resizeTo` or `window.moveTo` to resize or move a >window respectively, Not necessarily. Firefox no longer allows it. Opera does not allow it. Chrome does not allow it. -- (c) John Stockton, nr London, UK. ?@merlyn.demon.co.uk Turnpike v6.05 MIME. Web <http://www.merlyn.demon.co.uk/> - FAQqish topics, acronyms and links; Astro stuff via astron-1.htm, gravity0.htm ; quotings.htm, pascal.htm, etc. No Encoding. Quotes before replies. Snip well. Write clearly. Don't Mail News.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.javascript
csiph-web