Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.javascript > #8756
| Message-ID | <3004724.SPkdTlGXAF@PointedEars.de> (permalink) |
|---|---|
| From | Thomas 'PointedEars' Lahn <PointedEars@web.de> |
| Organization | PointedEars Software (PES) |
| Date | 2011-12-02 00:12 +0100 |
| Subject | Re: Getting Intermediate Results Reported Right Away |
| Newsgroups | comp.lang.javascript |
| References | <hmddd7litkuobgpjdpstl6hav6clkhr0bl@4ax.com> <s85fd75iab91hbafcesvf9vhj7pkkiurco@4ax.com> <0hnfd7true3b4fgg7ou7q8v42oegqbuspf@4ax.com> <4ed7f2c4$0$29342$a8266bb1@newsreader.readnews.com> |
| Followup-To | comp.lang.javascript |
Followups directed to: comp.lang.javascript
Denis McMahon wrote:
> When I'm trying stuff out in a browser environment, I might use alert
> boxes for occasional outputs, or form elements for more non-interactive
> output.
>
> Appending lines of output to a textarea can be useful eg:
>
> function printScreen(str) {
> document.getElementById("id_of_textarea").value += str + "\n";
> }
You would. *Any* fairly modern browser (even IE) has or can be augmented
with an error console that you can print to in various ways, so *none* of
those kluges are necessary anymore.
PointedEars
--
realism: HTML 4.01 Strict
evangelism: XHTML 1.0 Strict
madness: XHTML 1.1 as application/xhtml+xml
-- Bjoern Hoehrmann
Back to comp.lang.javascript | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Getting Intermediate Results Reported Right Away Gene Wirchenko <genew@ocis.net> - 2011-11-30 15:10 -0800
Re: Getting Intermediate Results Reported Right Away Andreas Bergmaier <andber93@web.de> - 2011-12-01 00:20 +0100
Re: Getting Intermediate Results Reported Right Away Tim Streater <timstreater@greenbee.net> - 2011-12-01 00:07 +0000
Re: Getting Intermediate Results Reported Right Away Hans-Georg Michna <hans-georgNoEmailPlease@michna.com> - 2011-12-01 15:55 +0100
Re: Getting Intermediate Results Reported Right Away Gene Wirchenko <genew@ocis.net> - 2011-12-01 12:09 -0800
Re: Getting Intermediate Results Reported Right Away Denis McMahon <denismfmcmahon@gmail.com> - 2011-12-01 21:33 +0000
Re: Getting Intermediate Results Reported Right Away Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2011-12-02 00:12 +0100
Re: Getting Intermediate Results Reported Right Away Dr J R Stockton <reply1148@merlyn.demon.co.uk> - 2011-12-01 18:27 +0000
csiph-web