Users Viewing This Thread
 1 Guest(s)
amatorbalikci.net

Post Reply  Post Thread 
Accessing the clipboard
Author Message
smacker
Member
***


Posts: 234
Group: Registered
Joined: Sep 2007
Status: Offline
Reputation: 0

Country:
Post: #1
Accessing the clipboard

i all!

I'm wondering if there's a way to access the clipboard that would work with Firefox. I'm trying to have a "paste" button so I can paste clipboard data to my text field in my form.

I know that this works through IE, which is just Javascript but it doesn't work through Firefox.

Code:

Code:
window.document.form.field.value=window.clipboardData.getData('Text')  ;


So is it possible to use the clipboard data in Firefox? I doubt any server side scripting would work as it executes server side right?

Any help would be appreciated!

09-14-2007 07:32 AM
Find all posts by this user Quote this message in a reply
Post Reply  Post Thread 

View a Printable Version
Send this Thread to a Friend
Subscribe to this Thread | Add Thread to Favorites

Forum Jump: