Requires Free Membership to View
When you register, you'll begin receiving targeted emails from my team of award-winning writers. Our goal is to provide a unique online resource for developers, architects and development managers tasked with building and maintaining enterprise applications using Visual Basic, C# and the Microsoft .NET platform.
Hannah Smalltree, Editorial DirectorOn the other hand, if you're looking at copying to the clipboard on the client-side (the browser), you need to do so with JavaScript. However, there's no homogenous, cross-browser, cross-platform, standard way of doing that. In Windows AND IE you can use the window.clipboardData object, as explained at http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/objects/clipboarddata.asp. In Mozilla, it requires a "little" more work, as explained at http://www.krikkit.net/howto_javascript_copy_clipboard.html.
This was first published in September 2003