thank's! i try it now! I need that it works with Firefox and IE.
On 16 jul, 23:56, Eric Crull <[EMAIL PROTECTED]> wrote: > Not Jquery but this works: > > <div><input id="oInputElement"></div> > > function copyToClipBoard(){var clipBoard = > oInputElement.createTextRange(); clipBoard.execCommand("Copy");} > and its companion, in VBscript. > > On Jul 16, 4:37 am, ViK <[EMAIL PROTECTED]> wrote: > > > hi all > > > I need to copy to clipboard a highlighted text selected from a div, > > can i do this with jquery? can you help me with a sample? > > > Thank's in advance