• 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.

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