when opened in IE 6 the Javascript in all the specific reports gives an error. For Example when you click the Project Name it should open a small window showing the project details. Seems to work ok in the report for all users on all projects.
Logged In: YES user_id=1330385
javascript that is not working shown below
[proj_id]','Transaction Info','location=0,directories=no,status=no,scrollbar=yes,menu bar=no,resizable=1,width=500,height=200') \">$current_project_title
javascript that is working shown below
[proj_id] \",\"Info\",\"location=0,directories=no,status=no,menubar=no,r esizable=1,scrollbar=yes,width=580,height=200\") class=\"outer_table_action\">$projectTitle
modified javascript now working
[proj_id] \",\"Info\",\"location=0,directories=no,status=no,menubar=no,r esizable=1,scrollbar=yes,width=500,height=200\") class=\"outer_table_action\">$current_project_title
modified admin_report_specific_client.php now working in IE
Log in to post a comment.
Logged In: YES
user_id=1330385
javascript that is not working shown below
[proj_id]','Transaction Info','location=0,directories=no,status=no,scrollbar=yes,menu bar=no,resizable=1,width=500,height=200') \">$current_project_title
javascript that is working shown below
[proj_id] \",\"Info\",\"location=0,directories=no,status=no,menubar=no,r esizable=1,scrollbar=yes,width=580,height=200\") class=\"outer_table_action\">$projectTitle
modified javascript now working
[proj_id] \",\"Info\",\"location=0,directories=no,status=no,menubar=no,r esizable=1,scrollbar=yes,width=500,height=200\") class=\"outer_table_action\">$current_project_title
modified admin_report_specific_client.php now working in IE