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

The instructions on how to use that command can be found at http://msdn.microsoft.com/en-us/library/ms535220(VS.85).aspx