Displaying 1 result from an estimated 1 matches for "checkday".
Did you mean:
checkdag
2007 Nov 20
4
onkeyup issue while you create new element
...rching,
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 are subscribed to the Google Groups "Ruby on...