I am not setting the data. I have an input text box where users enter(paste) their id. Based on that id I need to select the corresponding option in the select beside it. Seems like there is no onafterpaste() event to read the data from the input text box. The only option that is left( as per my...
[1] remote means, the application is hosted on a different machine .
[2] I am not sure whether hosting the application on a unix machine orremote machine will not allow to read the clipboard data from the client machine
Hi,
window.clipboardData.getData("text") is giving undefined on remote server(unix).
When deployed locally(windows xp) it is coming giving correct value. In both cases the brower is IE running on windows xp. Is there anything wrong in the way I am reading the clipboard data?
Reply With Quote
Hi,
I have a select and list of options. I have onkeypress event on the select input.
As the user types I am trying to match the entered key strokes to the entries in the options and setting the selected value to the first match.
The problem I am facing is this:
My options have 10000,0000...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.