The site hosting my web site has guestbook facility. In the coding there is the following piece of code:-<!--Start JumpMenu -->
<select name="entry" class="select">
<option value="0" selected>guestbook</option>
</select>
<input type="submit" value="Go" class="input">
<!--End JumpMenu -->
This returns you to the guestbook.
How do I alter this to return to the index.html , my home page?
thanks
Keith