How can I copy a variable to the clipboard with ubiquity?
I'm trying to change the tinyurl command to copy the url to the clipboard. For pasting the url to msn and such. What command must I use to do this?
I've tried window.clipboardData.setData("text",tinyUrl); That didn't work
Thanks
I've tried window.clipboardData.setData("text",tinyUrl); That didn't work
Thanks
3
people have this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
-
Inappropriate?Haven't experiemented with this yet, but is this what you're looking for?
http://developer.mozilla.org/en/Using...
1 person says
this answers the question
-
Inappropriate?Thanks a lot. That was just what I was looking for. It works like charm :)
I’m thankful
2 people say
this answers the question
Loading Profile...



