Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.javascript > #24608
| Newsgroups | comp.lang.javascript |
|---|---|
| Subject | Re: window.open allowing image to scale |
| From | "Evertjan." <exxjxw.hannivoort@inter.nl.net> |
| References | (1 earlier) <icydndWnyInWohDOnZ2dnUVZ_oKdnZ2d@westnet.com.au> <XnsA3415AC3A73ECeejj99@194.109.133.133> <2020767.akXlH5UOMh@PointedEars.de> <XnsA34298E451903eejj99@194.109.133.133> <7308079.QRScOfK5AC@PointedEars.de> |
| Date | 2014-06-04 16:51 +0200 |
| Message-ID | <XnsA342AB7766F45eejj99@194.109.133.133> (permalink) |
Thomas 'PointedEars' Lahn <PointedEars@web.de> wrote on 04 jun 2014 in comp.lang.javascript: > Evertjan. wrote: > >> Thomas 'PointedEars' Lahn <PointedEars@web.de> wrote on 04 jun 2014 in >> comp.lang.javascript: > > Will you ever learn? > >>>> unless you want a second .document.write() >>>> to overwrite the document by inducing the implicit .open() >>> >>> No, a second document.write() call will send further content to the >>> same input stream unless it has been closed. >> >> It seems reading English is difficult for you, Thomas. > > Your statement > >>>> this .document.close() is not needed, >>>> unless you want a second .document.write() >>>> to overwrite the document by inducing the implicit .open() > > is wrong. document.close() is needed here in any case. > document.write() does not necessarily “induce the implicit .open()”. No, but a prior document.close() does, as I wrote. > And obviously it makes no sense at all to issue a document.close() > followed by a document.close(). Perhaps to you, because you did not read correctly. It is not the point if it makes sense, I described what happens. Your postings often don't make sense, but thet are sent by you anyway. However, as the document.close() before a document.write() induces an implicit document.open(), it can be a way to clear the window for new html. Obviously this makes some more sense, perhaps not to you, when the destination is not the window the script is "on", but not exclusively so. > IOW, you have been writing nonsense. So much for understanding English. The first, quod non, does not imply that your understanding is that good, quod non, your "obviously" already hinted at that, Thomas. -- Evertjan. The Netherlands. (Please change the x'es to dots in my emailaddress)
Back to comp.lang.javascript | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
window.open allowing image to scale Andrew Poulos <ap_prog@hotmail.com> - 2014-06-03 13:11 +1000
Re: window.open allowing image to scale Andrew Poulos <ap_prog@hotmail.com> - 2014-06-03 13:19 +1000
Re: window.open allowing image to scale "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2014-06-03 08:55 +0200
Re: window.open allowing image to scale Andrew Poulos <ap_prog@hotmail.com> - 2014-06-03 18:38 +1000
Re: window.open allowing image to scale "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2014-06-03 10:58 +0200
Re: window.open allowing image to scale Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2014-06-04 11:28 +0200
Re: window.open allowing image to scale "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2014-06-04 15:01 +0200
Re: window.open allowing image to scale Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2014-06-04 15:16 +0200
Re: window.open allowing image to scale "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2014-06-04 16:51 +0200
Re: window.open allowing image to scale John Harris <niam@jghnorth.org.uk.invalid> - 2014-06-04 14:47 +0100
Re: window.open allowing image to scale Christoph Michael Becker <cmbecker69@arcor.de> - 2014-06-04 17:35 +0200
Re: window.open allowing image to scale Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2014-06-04 18:18 +0200
Re: window.open allowing image to scale John Harris <niam@jghnorth.org.uk.invalid> - 2014-06-05 11:12 +0100
Re: window.open allowing image to scale John Harris <niam@jghnorth.org.uk.invalid> - 2014-06-05 11:03 +0100
Re: window.open allowing image to scale Christoph Michael Becker <cmbecker69@arcor.de> - 2014-06-05 17:43 +0200
Re: window.open allowing image to scale John Harris <niam@jghnorth.org.uk.invalid> - 2014-06-06 11:09 +0100
Re: window.open allowing image to scale Dr J R Stockton <reply1400@merlyn.demon.co.uk.invalid> - 2014-06-08 19:41 +0100
csiph-web