UC Santa CruzInformation Technology Services

Cgi-bin scripts

Below is a list of supported cgi-bin scripts available on the ITS www2 server. More scripts will be available as they go through the standard process.


mailform

Mails the contents of an HTML form to an arbitrary address. You can try it out, and check its documentation.


redirect

Enables you to make redirect pop-up menus, like this one:
using HTML like this:
  <form method="POST" action="http://www2.ucsc.edu/cgi-bin/redirect">
    <select name="Location">
      <option value="http://its.ucsc.edu/">ITS home page
      <option value="http://its.ucsc.edu/services/web/">ITS web services
      <option value="http://ic.ucsc.edu/">Instructional Computing
    </select>
    <input type="SUBMIT" VALUE="Go!">
  </form>

websearch

Websearch lets you search through indexes prepared with swish-e. See the indexing instructions page for additional information on how to index your pages at UCSC.