• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Plesk 8.3 Awstats Jump Menu Javacrip Error

E

energylevel

Guest
Has anyone else noticed the jump menu for previous months in Awstats doesn't work, there is a javascript error:

Error 'top.mainFrame' is null or not an object

Anyone managed to fix this, I tinkered with the script but couldn't get it working ??
 
OK I sorted this, if you change script to this it should work:

<script language="JavaScript">
<!-- hide
function change_page()
{
parent.mainFrame.location=document.periodForm.periodSelect.value + '/index.html';
}
// -->
</script>
 
Back
Top