• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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