posted on Mar, 17 2004 @ 03:57 PM
Is _javascript client or server side processing?
For example, if I had a lot of _javascript on a page, does it stress the client computer or my server? I think it's the client but I'm not sure.
The reason I ask is if I wanted to dynamically filter something, but I didn't want to stress my server, I could pass the items to the cilent and have
them filter it and display the result to themselves. But this won't work if _javascript uses MY cpu.