Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. krazycoder

    window.clipboardData.getData("text") is undefined

    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...
  2. krazycoder

    window.clipboardData.getData("text") is undefined

    I am using IE6 on windows xp.
  3. krazycoder

    window.clipboardData.getData("text") is undefined

    [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
  4. krazycoder

    window.clipboardData.getData("text") is undefined

    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
  5. krazycoder

    could not set the options in select dynamically

    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...

Part and Inventory Search

Back
Top