Do to some design contraints, I have had to hard code some links for
my header. I need to add a "nav" to this list, but also need to check
permissions for "view".

If I have something like this in my dmHeader.cfm what can I wrap
around protected ?

  <ul id="nav1">
    <li style="background:##3d473a;width:175px;padding-bottom:
6px;">&nbsp;</li>
    <li class="active home"><a href="/">Home</a></li>


do a permissions check here
    <li><a href="/">PROTECTED</a></li>
end permissions check

    <li class="first"><a href="/go/corporate/company-
profile">Corporate</a></li>
    <li><a href="/go/investors/investor-relations">Investors</a></li>
    <li><a href="/go/contact-us">Contact Us</a></li>
        <li class="last">&nbsp;</li>
        <li class="diag">&nbsp;</li>
  </ul>


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to