I want to add items to the menu based on whether the user is logged on. Elsewhere I found the helpful suggestion to create in data_menu.js:
Code: Select all
var userloggedon = false;
Code: Select all
if (userloggedon) aI(".....);
Code: Select all
var userloggedon = false;
if iBBSLogonType = US_Registered then userloggedon = true;
But that doesn't work as a javascript expression! Any ideas?? many thanks
http://www.bluntishambaptist.org/forums