Linking documents in drop down

You can’t have real links in a dropdown.
However you can do one of the following:

  1. Have string values that stand for the target URLs and once selected (dropdown.onChange() use wixLocation.to(dropdown.value);

  2. Create a dropdown-like element using a box (with .collpase() .expand()) and have the links there.