|
-
Jul 31st, 2001, 02:58 PM
#1
Thread Starter
Frenzied Member
Manipulating the clipboard
Is it possible to manipulate the clipboard? Here's my problem. On the site I am working on I need the user to be able to hit ctrl+t and the date is pasted wherever they have the cursor (assuming it is in a text field). I have the key command and the date code figured out. but I cannot figure out who to get it into that field. The site is very complex and it would be alot of trouble to rewrite the input field to add it to the value so I was hoping there was a clip board way. I saw on the msdn site some dhtml code that I thought may work but I dont quite understand it at http://msdn.microsoft.com/library/de...commandids.asp .
If anyone has any ideas or suggestions I would be very appreciative 
Thanks in advance,
Michael
-
Jul 31st, 2001, 03:23 PM
#2
if the input is already on the clip board and the cursor is already in the text field, then why hit ctrl-t when all you have to do is ctrl-v. and you don't have to program anything.
-
Jul 31st, 2001, 03:28 PM
#3
Thread Starter
Frenzied Member
The text isn't already on the clipboard... thats part of the problem. I need to figure out how to put it there then paste from it all in one function.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|