Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.javascript > #24828
| From | "Charles T. Smith" <cts.private.yahoo@gmail.com> |
|---|---|
| Newsgroups | comp.lang.javascript |
| Subject | can document.images.animation do more? |
| Date | 2014-06-13 20:41 +0000 |
| Organization | A noiseless patient Spider |
| Message-ID | <lnfnl3$lme$1@dont-email.me> (permalink) |
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 | Next — Next in thread | Find similar | Unroll 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