url for a page with a tab (cflayoutarea)
HI All~
If I have a url such as the following:
http://127.0.0.1/index.cfm?action=pageName&orderDate=nextday
...and this web page contains a cflayoutarea (tabs (type=tab) - the individual cflayoutarea tags use the name attribute and are named "tabOne", "tabTwo" and "tabThree")...
...what url could I give out that would always put the user onto my page AND onto a specific tab (it defaults to "tabOne" since that is the first tab in my code, but I need the page to be able to open directly to any of the tabs).
Anyone know?
Thanks in advance,
Rich