View Single Post
Old Feb 25th, 2006, 4:57 PM   #2
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
It's hard to tell by your post: you do recognize that PHP is server side and JS is client side and there's not 'normal' interaction, right? The http transaction is one of request/response/drop communication. Interaction of the server with the mouse would certainly not be what you expect. Certainly, as you describe it, JS would be the way to go. You have to accept the fact, however, that unless you have control of the client, JS might be disabled.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote