Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

copy to clipboard in firefox

Status
Not open for further replies.

hunt00

Technical User
Mar 6, 2005
79
US
Does anyone have any idea how to copy to clipboard in firefox/mozilla?
 
Click the left mouse button and drag the mouse to highlight some text. Next, go to the edit menu and select copy. This method is IE compliant as well.

-kaht

Do the chickens have large talons?
 
Thanks, Kaht. Sorry i didnt make it clear. I used execCommand to do copy/paste in IE. Wondering any work around in js code for Firefox since that is disabled by FF security reason.
 
Another method would be, with Firefox in focus, hitting Ctrl + A on your keyboard, then hitting Ctrl + C.

This is cross-browser compliant, and will work even in Netscape 4.

*cLFlaVA
----------------------------
[tt]a frickin' twelve-gauge, what do you think?[/tt]
[URL unfurl="true"]http://www.coryarthus.com/[/url]
 
cLFlaVA's method would work well if you didn't have a mouse installed on your computer

-kaht

Do the chickens have large talons?
 
Thanks, Kaht. Sorry i didnt make it clear. I used execCommand to do copy/paste in IE. Wondering any work around in js code for Firefox since that is disabled by FF security reason.
As noted, this ability is disabled. However, you can instruct your users on how to enable it for your site.
 
It's amazing what taking 2 seconds out to search on Google (for "copy clipboard firefox") can throw up:


and


The first one includes a mention of how to bypass the security issue, the second mentions the first, but also a reworked version of the code.

Hope this helps,
Dan





[tt]D'ya think I got where I am today because I dress like Peter Pan here?[/tt]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top