• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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