Gossamer Forum
Home : Products : DBMan : Customization :

Form blank page in Netscape

Quote Reply
Form blank page in Netscape
I have a form at http://www.wusata.org/cgi-bin/dbman/db.cgi that I have just made. The form shows up fine in IE but does not show up in Netscape. I did not design html.pl for IE so I don't understand what about the html is causing this problem. Any thoughts?
Quote Reply
Re: Form blank page in Netscape In reply to
You're probably missing a closing tag in your table. Netscape is not very forgiving about such things. Just a sec and I'll take a look.

You don't have the closing tags at all.

After your

If you have questions, please e-mail <a href="webmaster@wusata.org">webmaster@wusata.org</a>

you need to add

</td></tr></table></body></html>

Put this before the last |; in the subroutine.


------------------
JPD





Quote Reply
Re: Form blank page in Netscape In reply to
nta - If your form shows up in IE and not in Netscape it is usually because you may be missing some HTML tags in your Tables.

Check all of your <TABLE>, <TR>, <TD> tags to make sure you have a corresponding closing tag </TD>, </TR>, </TABLE> for each opening tag.

-----------
Donm