Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I execute another script?
Message
 
To
16/02/2003 17:13:32
General information
Forum:
Internet
Category:
Javascript
Miscellaneous
Thread ID:
00753916
Message ID:
00753951
Views:
13
Try to make thin client really thin. I've always had a temptation to quickly add more and more JS logics, but the more I did it, the more I realized that I took the wrong route. My opinion is that it is OK to have very simple logic implemented with JS, but anything which is a bit too much is too much, and I tend to implement it with server side code. Security and such are special case - any credential should never leave the server (should not travel back to client) and client should never send them more then once to the server during one session.

Igor.
Previous
Reply
Map
View

Click here to load this message in the networking platform