| Author |
How to differ a InputFile textbox from the button in javascript?
|
Wander Soares
Greenhorn
Joined: Jun 18, 2010
Posts: 10
|
|
I need to know how can I differ InputFile textbox from the InputFile button in javascript, that is, i need a way to do something like this:
//event.type = keyDown
if(key == enter){
if(textbox of inputFile) {
event.cancel();
}
}
Anyone knows something?
Thanks.
|
 |
 |
|
|
subject: How to differ a InputFile textbox from the button in javascript?
|
|
|