posted 18 years ago
No, this is a frequent misconception and I had wondered the same thing back when I first started with jsp. Simply put, javascript is a client-side technology, so it executes on the client machine, while jsp is server-side, and executes on the server. So you see, there is no way to bridge the divide between javascript and jsp unless you make a trip to the server.
Cannot do this:
You can do this:
[ November 20, 2006: Message edited by: Jeffrey Hunter ]