Hi Roland, On 9/14/2011 12:15 PM, Roland Gruber wrote: > Hi George, > please check the source of the page if all CSS files and JS libs are in the > correct order (see below). > Do you get any errors in the Firefox error console when pressing the button? > Does "Set random password" work? Please also check your Apache logs if > the button pressing loads any data from Apache.
Thank you for the ideas! - No errors in the Firefox error console when pressing 'OK' or 'Set random password'. Neither button works (only 'Cancel' seems to work). - When typing characters into the new password field, the Firefox error console reports: Warning: The 'charCode' property of a keydown event should not be used. The value is meaningless. Source File: http://webserver/lam/templates/account/edit.php?type=user&DN=%27uid%3Djdoe%2Cou%3Dpeople%2Cdc%3Dexample%2Cdc%3Dcom%27 Line: 0 (But, I doubt this is related to 'OK' and 'Set random password' not working). - Re: Apache logs: there's nothing reported in the error log. In the access log, for each click of 'OK', there is: 10.1.2.3 - - [14/Sep/2011:13:10:11 -0700] "POST /lam/templates/misc/ajax.php?function=passwordChange HTTP/1.1" 200 179 Each click of 'Set random password' yields: 10.1.2.3 - - [14/Sep/2011:13:10:51 -0700] "POST /lam/templates/misc/ajax.php?function=passwordChange HTTP/1.1" 200 572 That's it. Here is the order as listed in the page source (for the edit account page). <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <meta http-equiv="pragma" content="no-cache"> <meta http-equiv="cache-control" content="no-cache"><title>LDAP Account Manager</title> <link rel="stylesheet" type="text/css" href="../../style/type_alias.css"> <link rel="stylesheet" type="text/css" href="../../style/type_ppolicyType.css"> <link rel="stylesheet" type="text/css" href="../../style/type_host.css"> <link rel="stylesheet" type="text/css" href="../../style/jquery-ui-1.8.2.custom.css"> <link rel="stylesheet" type="text/css" href="../../style/type_group.css"> <link rel="stylesheet" type="text/css" href="../../style/type_nisObjectType.css"> <link rel="stylesheet" type="text/css" href="../../style/type_mailAlias.css"> <link rel="stylesheet" type="text/css" href="../../style/jquery-dropmenu.css"> <link rel="stylesheet" type="text/css" href="../../style/type_user.css"> <link rel="stylesheet" type="text/css" href="../../style/type_netgroup.css"> <link rel="stylesheet" type="text/css" href="../../style/type_asteriskExt.css"> <link rel="stylesheet" type="text/css" href="../../style/type_sudo.css"> <link rel="stylesheet" type="text/css" href="../../style/type_dhcp.css"> <link rel="stylesheet" type="text/css" href="../../style/type_gon.css"> <link rel="stylesheet" type="text/css" href="../../style/type_smbDomain.css"> <link rel="stylesheet" type="text/css" href="../../style/layout.css"> <link rel="stylesheet" type="text/css" href="../../style/type_automountType.css"> </head><body> <script type="text/javascript" src="../lib/100_jquery-1.4.2.min.js"></script> <script type="text/javascript" src="../lib/110_jquery-ui-1.8.2.custom.min.js"></script> <script type="text/javascript" src="../lib/130_jquery-dropmenu-1.1.3.js"></script> <script type="text/javascript" src="../lib/200_wz_tooltip.js"></script> <script type="text/javascript" src="../lib/500_lam.js"></script> Does this order look OK to you? Thank you! -- George > Best regards > > Roland > > > <link rel="stylesheet" type="text/css" href="../../style/jquery-dropmenu.css"> > <link rel="stylesheet" type="text/css" > href="../../style/type_nisObjectType.css"> > <link rel="stylesheet" type="text/css" href="../../style/type_user.css"> > <link rel="stylesheet" type="text/css" href="../../style/type_group.css"> > <link rel="stylesheet" type="text/css" href="../../style/type_netgroup.css"> > <link rel="stylesheet" type="text/css" href="../../style/type_sudo.css"> > <link rel="stylesheet" type="text/css" href="../../style/type_mailAlias.css"> > <link rel="stylesheet" type="text/css" > href="../../style/type_automountType.css"> > <link rel="stylesheet" type="text/css" href="../../style/type_alias.css"> > <link rel="stylesheet" type="text/css" href="../../style/layout.css"> > <link rel="stylesheet" type="text/css" href="../../style/type_gon.css"> > <link rel="stylesheet" type="text/css" href="../../style/type_host.css"> > <link rel="stylesheet" type="text/css" > href="../../style/type_asteriskExt.css"> > <link rel="stylesheet" type="text/css" href="../../style/type_smbDomain.css"> > <link rel="stylesheet" type="text/css" href="../../style/type_dhcp.css"> > <link rel="stylesheet" type="text/css" > href="../../style/jquery-ui-1.8.2.custom.css"> > <link rel="stylesheet" type="text/css" > href="../../style/type_ppolicyType.css"> > </head><body> > <script type="text/javascript" src="../lib/100_jquery-1.4.2.min.js"></script> > <script type="text/javascript" > src="../lib/110_jquery-ui-1.8.2.custom.min.js"></script> > <script type="text/javascript" > src="../lib/130_jquery-dropmenu-1.1.3.js"></script> > <script type="text/javascript" src="../lib/200_wz_tooltip.js"></script> > <script type="text/javascript" src="../lib/500_lam.js"></script> > > > ------------------------------------------------------------------------------ > BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA > Learn about the latest advances in developing for the > BlackBerry® mobile platform with sessions, labs& more. > See new tools and technologies. Register for BlackBerry® DevCon today! > http://p.sf.net/sfu/rim-devcon-copy1 > _______________________________________________ > Lam-public mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/lam-public > ------------------------------------------------------------------------------ BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA Learn about the latest advances in developing for the BlackBerry® mobile platform with sessions, labs & more. See new tools and technologies. Register for BlackBerry® DevCon today! http://p.sf.net/sfu/rim-devcon-copy1 _______________________________________________ Lam-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lam-public
