search for: td6input

Displaying 1 result from an estimated 1 matches for "td6input".

Did you mean: dinput
2007 Nov 20
4
onkeyup issue while you create new element
Hi guys, I am new to prototype as a result the following is a simple question please 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...