Groups | Blog | Home
all groups > coldfusion flash integration > august 2005 >

coldfusion flash integration : Link to a page (tab) in tabnavigator



Nixii19
8/2/2005 10:21:41 PM
The ScareCrow
8/3/2005 12:48:18 AM
Try,

<!--- index is the tab you want to display upon page load --->
<a href="myTabPage.cfm?index=2>

Then in the tabnavigator
<cfformgroup type="TABNAVIGATOR" selectedindex="#URL.index#">

Ken
Nixii19
8/3/2005 7:27:43 AM
AddThis Social Bookmark Button