I am trying to replicate the forms TList using javascript and HTML without using tag.But during the ‘keyDown’ event,the whole window scrolls down along with the list. How can I prevent this? I have tried using self.event.cancelBubble=true on the onKeyDown event of my list but with no success.