Could you post some code? One thing to check: are the navigation links you mention on the main page inside or outside the IFRAME? If you're linking to a page, with a query string, I don't think that page's URL vars will be accessible to another page in an IFRAME on that page - just like frames, it's a totally different request to the server...
Maybe you need to pass the parent page's query string through to the IFRAME via the SRC attribute: <iframe src="iframePage.cfm?#CGI.QUERY_STRING#"></iframe> Depends on what you're doing, of course. - Gyrus ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - [EMAIL PROTECTED] work: http://www.tengai.co.uk play: http://www.norlonto.net - PGP key available ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ----- Original Message ----- From: "Russ" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, October 03, 2002 7:25 PM Subject: URL.variables across frames > Admitted newbie on this, but not finding (or understanding) the right > way--and actually, it seems to me that this might be the wrong way--to > pull it off. > > Scenario: > > Main page has navigation passing URL variables. > iFrame page SHOULD catch those variables and pull appropriate content > from the database. > > However, instead, the iFrame simply resorts back to the cfparam value > that it's defaulted to. > > Can anyone offer any assistance or direction toward the correct > solution? > > Thanks, > > Russ > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com

