473,395 Members | 1,919 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Copy Clipboard

I want to copy to a clipboard from my webpage using data that is available
from an hidden variable on <inputstatement.

Using window.clipboardData.setData("Text", "This text value"); in a
javascript function works great in IE. I can't get it to work in Firefox or
in Safari.

Any suggestions on how I do this?

Thanks.
Nov 20 '08 #1
3 2627
On Nov 19, 10:16*pm, "Bruce A. Julseth" <julebj_nos...@bellsouth.net>
wrote:
I want to copy to a clipboard from my webpage using data that is available
from an hidden variable on <inputstatement.

Using window.clipboardData.setData("Text", "This text value"); in a
javascript function works great in IE. I can't get it to work in Firefox or
in Safari.
There is an equivalent in FF, but no method that writes to the
clipboard is guaranteed to work. Typically the user is asked if they
want to cancel it (or it throws an exception.)
Nov 20 '08 #2

"David Mark" <dm***********@gmail.comwrote in message
news:9d**********************************@d23g2000 yqc.googlegroups.com...
On Nov 19, 10:16 pm, "Bruce A. Julseth" <julebj_nos...@bellsouth.net>
wrote:
I want to copy to a clipboard from my webpage using data that is available
from an hidden variable on <inputstatement.

Using window.clipboardData.setData("Text", "This text value"); in a
javascript function works great in IE. I can't get it to work in Firefox
or
in Safari.
There is an equivalent in FF, but no method that writes to the
clipboard is guaranteed to work. Typically the user is asked if they
want to cancel it (or it throws an exception.)

Thanks... I am currently moving the data between pages using an <input>
hidden variable, then retrieving with a POST. It works.

Thanks again.
Nov 22 '08 #3
On Nov 21, 9:24*pm, "Bruce A. Julseth" <julebj_nos...@bellsouth.net>
wrote:
>
Thanks... I am currently moving the data between pages using an <input>
hidden variable, then retrieving with a POST. It works.
Yes, when presented with a cross-browser impossibility, change the
design. Sounds like a much better one too!
>
Thanks again.
No problem.
Nov 22 '08 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: tabonni | last post by:
Hello All I am creating an ASP page. There are a list of filename and checkbox next to it. When user checked all the documents they want and click ADD TO CLIPBOARD button. All filepaths will be...
3
by: Tor Inge Rislaa | last post by:
Copy, Cut and Paste How to code the Copy, Cut and Paste functionality in VB.NET. In VB 6.0 I used the following code: 'For Copy Clipboard.Clear Clipboard.SetText...
2
by: Shayne H | last post by:
I am trying to write a method to copy some text to the clipboard, and leave a copy of it there after the application has exited. Sub CopyToClipboard(ByVal value As Object) Dim data As New...
5
by: DraguVaso | last post by:
Hi, I'm looking for a way to Copy and Paste Files to the clipboard. I found a lot of articles to copy pieces of text and bitmaps etc, but nog whole files. Whay I need is like you have in...
2
by: Keith | last post by:
I'm trying to come up with a way to create a contextmenu that will do all the "standard" functions (cut, copy, paste, undo, etc). There seems to be a lot of information out there - but nothing...
7
by: lgbjr | last post by:
Hello All, I¡¯m using a context menu associated with some pictureboxes to provide copy/paste functionality. Copying the image to the clipboard was easy. But pasting an image from the clipboard...
3
by: SAL | last post by:
I have the following VB.net Class/Function that I call from an ASP.net page: Public Class MyTestClass Public Function embedHyperlink(ByVal fileID As Integer, ByVal fileName As String) As String...
8
by: serge calderara | last post by:
Dear all, I have an treeview control with different node object, I would like to implement the Copy/Paste function of an object . For that I am using the folowing function to copy teh object to...
9
by: Alan T | last post by:
Any source code example I can use to save the clipboard content to an object, then I will do a copy and paste, finally put back the 'saved' clipboard content back to clipboard ?
17
by: Steve | last post by:
I'm trying to code cut, copy, and paste in vb 2005 so that when the user clicks on a toolbar button, the cut/copy/paste will work with whatever textbox the cursor is current located in (I have...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.