• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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