/ Published in: Other
Expand |
Embed | Plain Text
function setClip( txt ) { var ie = new ActiveXObject( "InternetExplorer.Application" ); ie.Navigate( "about:blank" ); while( ie.Busy ) WScript.Sleep( 50 ); ie.Document.parentWindow.clipboardData.setData( "text", txt ); ie.Quit( ); }
You need to login to post a comment.
