Displaying 2 results from an estimated 2 matches for "testselect".
2006 Aug 31
2
Event.observe problem
...;<!--
function handler(e) {
if (document.all) { e = window.event; }
var key;
if (document.layers) key = e.which;
if (document.all) key = e.keyCode
alert(''Unicode value of key pressed was '' + e.keyCode);
}
window.onload = function(){ Event.observe($(''testselect''), ''keypress'',
handler);}
//--></script>
<form>
Inline: <input type="text" onKeyPress="handler()">
Observing: <input id="testselect" />
</form>
Let''s say, I press an "s" key. In the first,...
2006 Jun 15
2
Set global var in onComplete and keep persistant? Is this possible?
Hello everyone,
I posted yesterday about setting a global variable. I''ve done
everything I can think of to keep the global variable set outside of
the onComplete.
Is this impossible? Surely I''m not the only one who needs this.
Thanks for any help,
Kevin
--
Kevin Old
kevinold-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org