Um.. I cleared my browser's cache and reloaded the page but the code still isn't right. Here's the problem:
Code:
<form METHOD=POST ACTION="http://toolbox.omnis.com/bin/formmail.pl">
</form>
<input type=hidden name="recipient" value="webmaster@gforcerobotics.com">
<input type=hidden name="subject" value="A Submitted Link">
etc...
All you have to do is remove the </form> tag that is in bold.
This is treated differently in IE and netscape. IE shows you the form fields, but doesn't do anything when the submit button is pressed. Netscape doesn't display any of the form fields or the submit button.