View Single Post
Old 2006-08-20, 05:07 PM   #13
QuickDraw
Heh Heh Heh! Lisa! Vampires are make believe, just like elves and gremlins and eskimos!
 
Join Date: Jan 2006
Posts: 72
Quote:
Originally Posted by kitty_kate View Post
Just for the record guys, it's JavaScript you are talking here. It executes on the client computer (Java is a server scripting language and executes on the server).
Actually... Java isnt executed server side unless youre talking about Java Servelets ( which still might actually be run locally..? not real familiar w/ JSP ), and it's not a scripting language either. It's compiled and then run locally by JVM.

And Bishop, I think as long as you keep it really lightweight, and don't allow your functions to echo back errors ( @function() ) you should be ok.
QuickDraw is offline   Reply With Quote