Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Using Frames

Quote Reply
Using Frames
I would like to use frames for GM. I have pasted the following into home.htm

<html>
<head>
<title>Email Lab</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<frameset cols="131,*" frameborder="NO" border="0" framespacing="0">
<frame name="leftFrame" scrolling="NO" noresize src="nav.htm">
<frame name="mainFrame" src="messages.htm">
</frameset>
<noframes><body bgcolor="#FFFFFF" text="#000000">

</body></noframes>
</html>

but the other two files, nav.htm and messages.htm do no appear in the frames even though they are in the same directory. Can you tell me where I am going wrong?

Regards

Stoosh
Subject Author Views Date
Thread Using Frames Stoosh 3149 Apr 30, 2002, 11:59 AM
Thread Re: [Stoosh] Using Frames
brewt 3063 Apr 30, 2002, 12:04 PM
Thread Re: [brewt] Using Frames
Stoosh 3040 Apr 30, 2002, 8:04 PM
Thread Re: [Stoosh] Using Frames
brewt 3037 May 1, 2002, 12:45 PM
Thread Re: [brewt] Using Frames
Stoosh 3031 May 1, 2002, 2:33 PM
Post Re: [Stoosh] Using Frames
brewt 2989 May 4, 2002, 7:14 PM