URL Jump Registry
You have registered a new URL
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 URLProgramming 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!