PDA

View Full Version : Limiting user clicks?



chunk
January 26th, 2006, 01:28 PM
Is it possible (using php or java) to limit the user from left clicking / right clicking on anything unless their cursor is "Pointer" (hand one).

---

And does anyone have any good links to some AJAX sites ?

Seb Hughes
January 26th, 2006, 01:38 PM
Is it possible (using php or java) to limit the user from left clicking / right clicking on anything unless their cursor is "Pointer" (hand one).

---

And does anyone have any good links to some AJAX sites ?

Whats the point in that?

norie
January 26th, 2006, 01:48 PM
Not server side. Client side... probably.

Ben Smith
January 26th, 2006, 04:34 PM
@Seb
It doesn't really matter what the point is now does it...we're meant to help the poor guy.

λ
January 26th, 2006, 05:20 PM
As seb says, there's absolutely no point in doing that. If you don't want people to be able to see your code, don't put it on the web, period.

The apple developer centre tutorial (http://developer.apple.com/internet/webcontent/xmlhttpreq.html) is a decent way to learn AJAX.