Quote:
Originally Posted by Trakan
Thanks but what the difference between client. & clientr. ?
|
clientr - read-only to the client-side, you can change the value temporarily on the client-side but it won't be reflected on the serverside.
client - read and writable on the client-side and changes made will be reflected on the serverside as well.