Announcement

Collapse
No announcement yet.

Restricted Access

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Restricted Access

    Can the following code (from page 59 of AUG) be modified to stop ALL customers, both retail and logged in customers from seeing a section?

    <Actinic:NOTINB2B>
    <meta http-equiv="Refresh" content="0; url=NoEntry.html">
    </Actinic:NOTINB2B>
    <script language="javascript1.1">
    function actNotRegistered(){
    //<Actinic:NOTINB2B>
    location.replace ('NoEntry.html');
    //</Actinic:NOTINB2B>
    }
    </script>


    #2
    Ignore Last Post

    Hi all,

    Ignore the last post.

    I have been working too late as usual and was looking for the hard answer. Although the answer is very simple.

    Use the basic refresh / redirect command at the beginning of the file and forget the rest.

    Comment

    Working...
    X