Hi all.

I have a slite problem with javascript

Lets say, i have variable, that are string

Code:
var = "1234567890abced"
And i need to check on click event, for textbox, if the pressed key matches some of the chars inside our string variable.

Can someone help me out at this?