if (content_params) {
try {
netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");
- this.error.sdump('D_MENU', 'frame.contentWindow = ' + frame.contentWindow + '\n');
+ //this.error.sdump('D_MENU', 'frame.contentWindow = ' + frame.contentWindow + '\n');
frame.contentWindow.IAMXUL = true;
frame.contentWindow.xulG = content_params;
- this.error.sdump('D_MENU','content_params ' + js2JSON(content_params) +
- '\nframe.contentWindow.xulG = ' + js2JSON(frame.contentWindow.xulG) );
+ //this.error.sdump('D_MENU','content_params ' + js2JSON(content_params) +
+ //'\nframe.contentWindow.xulG = ' + js2JSON(frame.contentWindow.xulG) );
} catch(E) {
this.error.sdump('D_ERROR', 'main.menu: ' + E);
}
g.cgi = new CGI();
JSAN.use('main.menu'); g.menu = new main.menu();
- g.menu.init( { 'session' : g.cgi.param('session') } );
+ g.menu.init( { 'session' : g.cgi.param('session'), 'authtime' : g.cgi.param('authtime') } );
} catch(E) {
var err_msg = "!! This software has encountered an error. Please tell your friendly " +