I finally fixed my non-loading page in Netscape (for those who recall my issue) f.y.i, 4.5 didn't like all the nested tables that I had on the page.
On to my next problem....
Again, in 4.5:
if I type my id and password then hit the login button it gives me a page that says "Object Moved
This object may be found here. " and 'here' is a link back to my main page (which I'm logging in from)
This is the code snip that I believe is causing the problem:
if (ChkUser2((strDBNTUserName), (Request.Cookies(strUniqueID & "User")("Pword"))) = 0) then %>
<form action="<% =Request.ServerVariables("URL") %>" method="post" id="form1" name="form1">
Request.ServerVariables("URL") ---- does Netscape have a problem with this? I can't see why it should, because that's a server variable that has nothing to do with the browser.
Anyone have any ideas???
Thanks 
<-- Eric -->

InsideWaco.com