I found something that appears to work in JAVAScript:
window.clipboardData.getData('Text');
The example in my initial post was provided by none other than Microsoft, and was labelled JScript. So, can somebody explain to me the difference between JScript and Javascript, other than the obvious fact that JScript is not what I wanted?
|