I need to figure a way to pass a dynamic variable from a framed page to the
sub-pages called in the frameset. The frameset page would be something like
this:

<frameset  rows="50%,*">
    <frame name="top" src="this.cfm?category=#url.category#"
marginwidth="10" marginheight="10" scrolling="auto" frameborder="0">
    <frame name="bottom" src="that.cfm?section=#url.section#"
marginwidth="10" marginheight="10" scrolling="auto" frameborder="0">
</frameset>

Problem is that the url variables passed through to this page disappear
before they arrive at the sub-pages. Is there any way to accomplish this?

Thanks,
Paul Sinclair

______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to