Hi all,
I have the following form on my page
[HTML]<form>
<select name= "combo1"onchang e="jscript:docu ment.location.h ash=this.value" >
<option value="">Please Select Building</option>
<option value="build1"> building 1</option>
</select>
<input type="reset">
</form>[/HTML]
What i want is to do away with the reset button, and have the box automatically reset after the jscript has jumped to the correct tag.
How can i do this?
Thanks in advance
I have the following form on my page
[HTML]<form>
<select name= "combo1"onchang e="jscript:docu ment.location.h ash=this.value" >
<option value="">Please Select Building</option>
<option value="build1"> building 1</option>
</select>
<input type="reset">
</form>[/HTML]
What i want is to do away with the reset button, and have the box automatically reset after the jscript has jumped to the correct tag.
How can i do this?
Thanks in advance
Comment