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