Re: put a string on to the clipboard
From: jn (jason*spamisstupidremovetoreply*_at_netfuture.com)
Date: 01/10/04
- Next message: chris: "testing mail() function from my pc"
- Previous message: Michael Wilcox: "Re: put a string on to the clipboard"
- In reply to: dartszeeland.tk: "put a string on to the clipboard"
- Next in thread: Tim Van Wassenhove: "Re: put a string on to the clipboard"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 10 Jan 2004 05:00:43 GMT
Javascript can copy text to the clipboard.
"dartszeeland.tk" <No@mail.com> wrote in message
news:3fff41d9$0$24449$fb624cd1@morenews.zeelandnet.nl...
Hi all,
Yes yes its me again, i want to copy a string onto the clipboard so i dont
have to select and copy.
I know of one thing and that is:
_______________________________________________________
GtkEditable::copy_clipboard
void copy_clipboard(void);
copy_clipboard() copies the current selection to the clipboard.
It also causes the "copy-clipboard" signal to be emitted.
________________________________________________________
But i dont know how to use this in my PHP webpage,
i dont want the user to see what is copyed it does somthing automatic and
then erase the clipboard's data...
Someone knows tis and show me a simple example?
Thanks!
Peter.
www.dartszeeland.tk
___________________________________________________
- Next message: chris: "testing mail() function from my pc"
- Previous message: Michael Wilcox: "Re: put a string on to the clipboard"
- In reply to: dartszeeland.tk: "put a string on to the clipboard"
- Next in thread: Tim Van Wassenhove: "Re: put a string on to the clipboard"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|