• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Menu link to external URL

KenVero

New Pleskian
Other than putting something like this in a blank page that a menu is linked to, how can I have a menu button go to an external URL?
------------------------------
<script language="javascript">
window.location.href = "http://xyz.com/Team/MembersList.php"
</script>
If you see this message Javascript is not working on your computer.

To go to the members list please click on this link: http://xyz.com/Team/MembersList.php
------------------------------

This works but a lot of wasted bandwidth loading a whole page just to throw it away.
 
This is possible only starting from WPB 12.0.
On earlier versions you can implement this with custom scripts only. As another solution you can attach "onclick" handler for any your navigation menu. Such solution does not require any additional blank pages and additional bandwidth. As I remember such solution was already discussed on this forum with more details.
 
Back
Top