W
Wayne Wengert
I have an ASP page in which I want to copy the contents of a variable (text)
to the clipboard. Based on MSDN examples I tried
window.clipboardData.setData(strTemp)
and that generates an error that "window" is not declared
How do I get my ASP page to copy the data to a clupboard?
Wayne
to the clipboard. Based on MSDN examples I tried
window.clipboardData.setData(strTemp)
and that generates an error that "window" is not declared
How do I get my ASP page to copy the data to a clupboard?
Wayne