• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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