> I'm trying to use Frames for the first time. The examples indicate that
> the following shoud display the page with 3 rows. Doesn't. How does it
> work? TIA.
>
> Regards,
>
> Paige
>
> <body>
>
> <frameset rows="*,*,*">
> <frame Name="Row1" SRC="Blank.CFM">
> <frame Name="Row2" SRC="Blank.CFM">
> <frame Name="Row3" SRC="Blank.CFM">
> </Frameset>
>
> </body>
Each FRAME is in effect a separate browser, so you're opening the same page
3 times.
What you need to do is call the relevant pages you want opened in the
relevant frame
Philip Arnold
ASP Multimedia Limited
T: +44 (0)20 8680 1133
"Websites for the real world"
**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**********************************************************************
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.