请问文本框为<input style="width:40%" type="text" name="REG_NAME" id="REG_NAME" maxlength="10" onblur="value=value.replace(/\s/g,'')"/>
一个按钮为<input name="reset_form" type="button" class="btn_tb" id="reset_form" value="重填"  onclick="window.location.href='region_list.jsp'"/>
应该怎么改写onclick事件,使单击按钮后,填写的文本框内容清空