I did something similar and can send you the files as well, if you need
them.

Don't forget your TARGET=framename.

The idea was that passing the URL variable to the frameset and then to the
framepages as Nathan shows below.  In addition, I named the graphics so that
they would change as well.

main.cfm?val=1
        passed to
                       right.cfm?#URL.val#
                                   passed to
                                              #URL.val#headergraphic.gif
                                              #URL.val#titlegraphic.gif
                                              #URL.val#pagephoto.jpg

Thanks,
Joe Kelly
[EMAIL PROTECTED]


----- Original Message -----
From: "Nathan Stanford" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 23, 2001 7:45 AM
Subject: RE: frame help


> I have not done a framed page in quite awhile...  but I think....
>
> <a href="main.cfm?val=1">Link</a>
>
>
> main.cfm
> ======================
>
> <!-- frames -->
> <FRAMESET  ROWS="10%,*">
>     <FRAME NAME="top" SRC="top.cfm" MARGINWIDTH="10" MARGINHEIGHT="10"
> SCROLLING="auto" FRAMEBORDER="0">
>     <FRAMESET  COLS="14%,*">
>         <FRAME NAME="left" SRC="left.cfm" MARGINWIDTH="10"
MARGINHEIGHT="10"
> SCROLLING="auto" FRAMEBORDER="0">
>   <cfoutput>
>         <FRAME NAME="right" SRC="right.cfm?val=#url.val#" MARGINWIDTH="10"
> MARGINHEIGHT="10" SCROLLING="auto" FRAMEBORDER="0">
>   </cfoutput>
>     </FRAMESET>
> </FRAMESET>
>
> P.S. I will send you a zipped copy of an example off list.
>
>
> Nathan Stanford
> President/CEO
> C.F. Concepts, Inc.
> www.cftipsplus.com
>
>
>
>
> > -----Original Message-----
> > From: Swaminathan [SMTP:[EMAIL PROTECTED]]
> > Sent: Monday, April 23, 2001 2:52 AM
> > To: [EMAIL PROTECTED]
> > Subject: frame help
> >
> > hello everybody,
> > i have a link in my page. on clicking i should open a frame page where i
> > should
> > pass the link values to one of the frame page.
> > to make it clear let me explain the scenairo:
> > this is the link
> > <a href="right.cfm?val=1">Link</a>.
> >
> > i have a frame page main.htm which consists of 3 pages.
> >
> > left.cfm = left frame
> > top.cfm = top frame
> > right.cfm = right frame
> >
> > on clicking the link i should pass the value to right.cfm and i should
> > open
> > the frame page as well(main.htm).
> > i.e. the main.htm page should open with frame page on which the
right.cfm
> > page
> > should open with the values i passed thru the link.
> >
> > is this possible???
> > if yes, your suggestions please.
> >
> > thanks in advance,
> > swaminathan.
> >
> >
> >
> > _________________________________________
> > Get Your Free Virus Protection Tool at http://www.VCatch.com
> >
>
> -------------------------------------------------------------------------
> > This email server is running an evaluation copy of the MailShield anti-
> > spam software. Please contact your email administrator if you have any
> > questions about this message. MailShield product info:
www.mailshield.com
> >
> > -----------------------------------------------
> > To post, send email to [EMAIL PROTECTED]
> > To subscribe / unsubscribe: http://www.dfwcfug.org
>
> -------------------------------------------------------------------------
> This email server is running an evaluation copy of the MailShield anti-
> spam software. Please contact your email administrator if you have any
> questions about this message. MailShield product info: www.mailshield.com
>
> -----------------------------------------------
> To post, send email to [EMAIL PROTECTED]
> To subscribe / unsubscribe: http://www.dfwcfug.org


-------------------------------------------------------------------------
This email server is running an evaluation copy of the MailShield anti-
spam software. Please contact your email administrator if you have any
questions about this message. MailShield product info: www.mailshield.com

-----------------------------------------------
To post, send email to [EMAIL PROTECTED]
To subscribe / unsubscribe: http://www.dfwcfug.org

Reply via email to