• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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