Posted by Umbriel on April 08, 1999 at 17:44:31:
In Reply to: Clearing text fields and some other stuff posted by pesko on April 07, 1999 at 10:18:11:
1. Using a meta refresh tag into the head of your html document?
2. Use this code: <Form>
<input type="button" value="the button text goes here"
onclick="location.href='http://www.whatever.com/yourpage.html'">
</form>