Search Field Guide
Montana Animal Field Guide

Montana Field Guides

Link to the Field Guide

If you would like to display photos from our Field Guide on your own site, you can place the following code snippet in your page.  This will display a random image from our Field Guide and provide a link directly to that species page.

<script src='http://FieldGuide.mt.gov/RandomImage.asp?maxw=306&maxh=202'></script>

Will produce something like:

The parameters you can include are:

  • maxw - Maximum Width of the image (default is 300 px wide)
  • maxh - Maximum Height of the image
  • filter - "A" for just animals, "P" for just plants (default is both)
  • soc - "true" if you want just the Species of Concern, (default is false)
  • credit - "true" if you want the "is a collaborative effort between...", (default is false)

Examples:

<script src='http://FieldGuide.mt.gov/RandomImage.asp'></script>
<script src='http://FieldGuide.mt.gov/RandomImage.asp?filter=A'></script>
<script src='http://FieldGuide.mt.gov/RandomImage.asp?filter=A&soc=true'></script>
<script src='http://FieldGuide.mt.gov/RandomImage.asp?maxw=250&filter=A'></script>
<script src='http://FieldGuide.mt.gov/RandomImage.asp?credit=true></script>
 
There are currently 3 active users in the Montana Field Guide.