Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.javascript > #24828

can document.images.animation do more?

Path csiph.com!usenet.pasdenom.info!aioe.org!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From "Charles T. Smith" <cts.private.yahoo@gmail.com>
Newsgroups comp.lang.javascript
Subject can document.images.animation do more?
Date Fri, 13 Jun 2014 20:41:07 +0000 (UTC)
Organization A noiseless patient Spider
Lines 15
Message-ID <lnfnl3$lme$1@dont-email.me> (permalink)
Mime-Version 1.0
Content-Type text/plain; charset=UTF-8
Content-Transfer-Encoding 8bit
Injection-Date Fri, 13 Jun 2014 20:41:07 +0000 (UTC)
Injection-Info mx05.eternal-september.org; posting-host="154333600e4ce4b2ee20dff718717018"; logging-data="22222"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/unJKf2UM/TP1CDjGc06vTAZOwn5NwUzI="
User-Agent Pan/0.133 (House of Butterflies)
Cancel-Lock sha1:ZjCe7B0XRrTlnNf/i+3bM3siu4A=
Xref csiph.com comp.lang.javascript:24828

Show key headers only | View raw


Hi.

Is there a way to display a variable or other information everytime 
document.images.animation.src() gets invoked?

I have created a simple server to display my photos using 
document.images.animation.src=eval("pic"+counter+".src").  Works fine.  

Now I'd like to display counter with every picture, so the user can set 
that.  But I see that the page doesn't seem to be updated with every call 
to that function, so, e.g. document.write (counter) on the same page 
doesn't get incremented.  Or else, it obscures the image.

Any help is appreciated,
cts

Back to comp.lang.javascript | Previous | NextNext in thread | Find similar | Unroll thread


Thread

can document.images.animation do more? "Charles T. Smith" <cts.private.yahoo@gmail.com> - 2014-06-13 20:41 +0000
  Re: can document.images.animation do more? Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2014-06-13 23:47 +0200

csiph-web