J
JJ
Is there a way to add text to the clipboard (on the click of a button on the
web page) thats cross browser/platform compatible?
JJ
web page) thats cross browser/platform compatible?
JJ
Steve C. Orr said:I believe the JavaScript window.clipboardData.setData should do the trick.
window.clipboardData.setData('text', 'Some Custom Text');
Here's more info:
http://msdn.microsoft.com/library/d...hor/dhtml/reference/objects/clipboarddata.asp
http://www.gamedev.net/community/forums/topic.asp?topic_id=281951
--
I hope this helps,
Steve C. Orr
MCSD, MVP, CSM
http://SteveOrr.net
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.