[thelist] CF passing URL.ID between frames ...

Joshua Olson joshua at alphashop.net
Thu Feb 28 10:34:01 CST 2002


----- Original Message -----
From: "gary @ flipper" <gary at flipper.co.uk>
Subject: [thelist] CF passing URL.ID between frames ...


> so then i thought to put it in the frameset call like such:
>
> <frame name="mainFrame" src="news.cfm?#URL.ID#" marginwidth="0"
> marginheight="0" frameborder="NO">

Try this:

<frame name="mainFrame" src="news.cfm?id=#URL.ID#" marginwidth="0"
marginheight="0" frameborder="NO">

notice I added id= into the src.

HTH,

-joshua




More information about the thelist mailing list