URL Jump Registry

You have registered a new URL

Registered URL: https://engineering.purdue.edu/ECN/Ztools/Jump/py_registerUrl?url=https://engineering.purdue.edu/ECN/Ztools/Jump/py_registerUrl%3Furl=https://engineering.purdue.edu/ECN/Ztools/Jump/%253Ffont_size=23
Jump URL: https://eng.purdue.edu/jump/8958bd

To Copy the Jump URL

  • In Mozilla/Firefox, right click on the Jump URL and select Copy Link Location from the menu.
  • In Internet Explorer, right click on the Jump URL and select Copy Shortcut from the menu.

Register a new URL

Due to the way different email clients handle very long URLs, URLs are sometimes broken up across multiple lines. When this happens, the recipient can no longer easily click on the URL to open the link. This utility allows for the creation of a short URL that can be pasted into emails.

This utility can only be used for sites hosted on the Engineering Web Cluster.


Add Engineering Jump URL Creator to your Toolbar

Click and drag the Jump URL link to your toolbar: Add Purdue Engineering Jump URL

Programming Syntax

To programatically add URLs to the Jump URL Registry, add the following to your Python Script:
url = 'https://engineering.purdue.edu/PATH/TO/WHATEVER'
jumpurl = container.getRoot().ECN.Ztools.Jump.registerUrl(url=url create_new=1)

Note: don't create situations where large numbers of shortcuts will be generated automatically!