T
ted benedict
hello everybody, this is my goal:
- read out a text input and display it on the page somewhere else...
(easy..)
and the cache setting is like this:
- look for newer versions of stored pages "automatically". (in
tools/internet options/temporary internet files/settings)
so when i code this with onkeydown (need backspace too, like google
suggest), reading out the text input is _DELAYED_ one character. if the
cache setting is at "every access to the page" then this problem does
not occur.
is somebody able to explain this behavior?
my workaround is at the moment: assign onkeydown and onkeyup the same
event handler and it works... but that's not a proper solution
thanks in advance, all the best.
- read out a text input and display it on the page somewhere else...
(easy..)
and the cache setting is like this:
- look for newer versions of stored pages "automatically". (in
tools/internet options/temporary internet files/settings)
so when i code this with onkeydown (need backspace too, like google
suggest), reading out the text input is _DELAYED_ one character. if the
cache setting is at "every access to the page" then this problem does
not occur.
is somebody able to explain this behavior?
my workaround is at the moment: assign onkeydown and onkeyup the same
event handler and it works... but that's not a proper solution
thanks in advance, all the best.