Thanks!
-----Original Message----- From: imail-owner@hksi.net [mailto:imail-owner@hksi.net]On Behalf Of ron@hksi.net Sent: Sunday, February 11, 2001 9:16 PM To: imail@hksi.net Subject: RE: [imail] Log In In a Frame - Doesn't work in Netscape
David,
Your frameset code:
<html> <head> <title>Copts.net - The Free Web-based E-Mail Catering to Copts</title> </head>
<frameset rows="*" cols="*"> <frame src="http://www.copts.net:8383"> </frameset> </html>
...is NOT NS compatible. Try looking at the code at http://killerwebmail.com:8383... you'll need a hidden frame with a dummy html page for NS, like this:
<html> <head> <title>HKSI WebMail</title> </head>
<frameset rows="*,100%" frameborder="0" border="0" framespacing=0 cols="*"> <frame name="hiddenFrame" scrolling="No" frameborder=0 marginheight=0 marginwidth=0 src="hidden.html" noresize> <frame name="mailFrame" scrolling="No" border=0 frameborder=0 marginheight=0 marginwidth=0 src="http://killerwebmail.com"> </frameset> <noframes><body> Your browser doesn't support frames. Sorry. </body></noframes> </html>
-ron
> -----Original Message----- > From: imail-owner@hksi.net [mailto:imail-owner@hksi.net]On Behalf Of > David Marcos > Sent: Sunday, February 11, 2001 8:49 PM > To: imail@hksi.net > Subject: RE: [imail] Log In In a Frame - Doesn't work in Netscape > > > Copts.net > > -----Original Message----- > From: imail-owner@hksi.net [mailto:imail-owner@hksi.net]On Behalf Of > ron@hksi.net > Sent: Sunday, February 11, 2001 11:39 AM > To: imail@hksi.net > Subject: RE: [imail] Log In In a Frame - Doesn't work in Netscape > > > > I have a home page which is just simply a frame that opens the > imail login > > page (ie. domain:8383) > > > > Well, I just discovered that Netscape 4.61 will just show a > blank page and > > not the login page. > > > > Does anyone have a simple fix for this? > > Please supply a URL so we can take a look at the code. NS is very picky on > html syntax. > > thanks, > Ron
_ The HKSI-IMail Admin List is hosted by........ Humankind Systems, Inc. Questions, Comments or Glowing Praise...... mailto:listmaster@hksi.net Searchable List Archive.... http://www.mail-archive.com/imail@hksi.net To Manage your Subscription......... http://humankindsystems.com/lists
_ The HKSI-IMail Admin List is hosted by........ Humankind Systems, Inc. Questions, Comments or Glowing Praise...... mailto:listmaster@hksi.net Searchable List Archive.... http://www.mail-archive.com/imail@hksi.net To Manage your Subscription......... http://humankindsystems.com/lists