Restrict Access to Page problem....
I just noticed that when I opened the Restrict Access to Page behaviour in DW, to check the settings, and then closed the wizard it changes the if statement, where the trigger is 'on page load' from this:
if ("" == "") {
...to this....
if ("" === "") {
This causes the login to fail and an array displaying the users contact details to be displayed in the browser.
Manually changing this back to:
if ("" == "") {
...resolves the matter. Any idea why the behaviour is doing this and why is it causing the behaviour to crash?
Thank you.
NJ