HighDots Forums  

Re: Getting a Javascript vairiable into a PHP vairiable automatically without clicking a link or button?

Javascript JavaScript language (comp.lang.javascript)


Discuss Re: Getting a Javascript vairiable into a PHP vairiable automatically without clicking a link or button? in the Javascript forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Ivo
 
Posts: n/a

Default Re: Getting a Javascript vairiable into a PHP vairiable automatically without clicking a link or button? - 03-02-2005 , 08:40 AM






"J" wrote
Quote:
I would like to capture my users clipboard (plain text only) and then
AUTOMATICALLY send them to a page displaying there contents, I want
to get the +content+ put into a $content vairiable for easier manipulation
in PHP.
If the purpose of this excercise is only the demonstration of clipboard
functionality, there is no need for PHP or a second page:

var a=clipboardData.getData("Text");
document.write( a.replace(/</g,'&lt;') );

will be plenty.
You strengthen your user's trust in you by NOT sending their clipboard
back to your server.
hth
--
Ivo






Reply With Quote
  #2  
Old   
J
 
Posts: n/a

Default Re: Getting a Javascript vairiable into a PHP vairiable automatically without clicking a link or button? - 03-02-2005 , 09:41 AM






Yeah I suppose your right.
Ta.

"Ivo" <no (AT) thank (DOT) you> wrote

Quote:
"J" wrote
I would like to capture my users clipboard (plain text only) and then
AUTOMATICALLY send them to a page displaying there contents, I want
to get the +content+ put into a $content vairiable for easier
manipulation
in PHP.

If the purpose of this excercise is only the demonstration of clipboard
functionality, there is no need for PHP or a second page:

var a=clipboardData.getData("Text");
document.write( a.replace(/</g,'&lt;') );

will be plenty.
You strengthen your user's trust in you by NOT sending their clipboard
back to your server.
hth
--
Ivo







Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.