Quote:
Originally Posted by CSflim
OK, cool. Thought there might be an easy way to do it client side, but it doesn't matter. I'll check into what capabilites the server has. Thanks both of you. 
|
nope, html is stateless and single request response. so either ssi/scripting server side or javascript client side. probably be just about the same code, only difference is where it gets executed. I would opt for server side myself.