Displaying 1 result from an estimated 1 matches for "keybuttonpress".
2007 Nov 20
4
onkeyup issue while you create new element
...help me out as i have stucked on this for 2 hours (searching,
trying, googling and etc)
var td6Input = td6.appendChild(new Element(''input'', {size: "2",
maxLength: "2", name: "txtDateOfServDay"+seq, id:
"txtDateOfServDay"+seq, onkeyup: "KeyButtonPress(this, event, 2)",
onchange: "checkDay(this)"}));
the onkeyup will call my KeyButtonPress function but somehow at this
case it doesn''t seem working.
did i get the syntax incorrect?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you ar...