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>
<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>
![Confused](https://community.sellerdeck.com/core/images/smilies/confused.gif)
Comment