Skip to Main Content

LibGuide Tricks: Drop Down Menu Box

Tips to use in LibGuides 1 - DO NOT USE IN LIBGUIDES version 2.

LIBGUIDES 1

PLEASE NOTE THAT THIS INFORMATION IS FOR LIBGUIDES 1 ONLY - DO NOT ATTEMPT IN LIBGUIDES 2.0.

Drop Down Menu

Create a drop down menu in a box for users to select a link to an external site.

Example Code:

<p style="text-align: center;">&nbsp;</p>
<center><form action="" method="post"><select onchange="window.open(this.options[this.selectedIndex].value,'_blank')" name="select15">
<option selected="selected">Quick Links </option>
<option>---------------------------------------------------</option>
<option value="https://bigbrother.logan.edu:2443/login?url=http://ovidsp.ovid.com/ovidweb.cgi?T=JS&amp;NEWS=n&amp;CSC=Y&amp;PAGE=main&amp;D=ppsc" target="_blank">3D Anatomy for Chiropractic (Primal Pictures on OvidSP)</option>
<option value="https://bigbrother.logan.edu:2443/login?url=http://search.ebscohost.com/login.aspx?authtype=ip,uid&amp;profile=ehost&amp;defaultdb=afh" target="_blank">Academic Search Elite (EBSCOHost)</option>

<option value="https://bigbrother.logan.edu:2443/login?url=http://search.ebscohost.com/login.aspx?authtype=ip,uid&amp;group=main&amp;profile=ehost" target="_blank">EBSCOHost</option>
<option value="https://bigbrother.logan.edu:2443/login?url=http://search.ebscohost.com/login.aspx?authtype=ip,uid&amp;profile=ehost&amp;defaultdb=eric" target="_blank">ERIC (EBSCOHost)</option>
<option value="https://bigbrother.logan.edu:2443/login?url=http://search.ebscohost.com/login.aspx?authtype=ip,uid&amp;profile=ehost&amp;defaultdb=fsr" target="_blank">Food Science Source (EBSCOHost)</option>

<option value="https://bigbrother.logan.edu:2443/login?url=http://scholar.google.com" target="_blank">Google Scholar</option>
<option value="http://www.chiroindex.org" target="_blank">Index to Chiropractic Literature ICL</option>

<option value="https://bigbrother.logan.edu:2443/login?url=http://www.chiroaccess.com/InstitutionalLogin.aspx" target="_blank">MANTIS on ChiroAccess</option>
<option value="https://bigbrother.logan.edu:2443/login?url=http://search.ebscohost.com/login.aspx?authtype=ip,uid&amp;profile=ehost&amp;defaultdb=f5h" target="_blank">MasterFILE Premier (EBSCOHost)</option>
<option value="https://bigbrother.logan.edu:2443/login?url=http://logan.naturalstandard.com/" target="_blank">Natural Standard</option>

<option value="https://bigbrother.logan.edu:2443/login?url=http://ovidsp.ovid.com/autologin.html" target="_blank">OvidSP</option>

<option value="https://bigbrother.logan.edu:2443/login?url=http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?holding=moclcclib_fft" target="_blank">PubMed</option>
<option value="https://bigbrother.logan.edu:2443/login?url=http://search.ebscohost.com/login.aspx?authtype=ip,uid&amp;profile=rrc" target="_blank">Rehabilitation Reference Center</option>

</select></form></center>
<p><br />&nbsp;</p>

Example Drop Down Menu Box

 


 

Instructions

  • Copy the example code.
  • Create a new rich text box.
  • Click on the Plain-Text Editor.
  • Paste the code and then modify the links and text in the option tags with your info.