Una possibilita':

<input type=button value="+"
onclick="location.href='?'+(this.form.tZoom.value+ 1);">
<input type=button value="-"
onclick="if(this.form.tZoom.value>1)location.href= '?'+(this.form.tZoom.value-1);">

ciao