You are here:
EPA Home >
System of Registries >
SRS >
SRS Widget
SRS Widget
- Overview
The SRS widget is a service EPA provides to enable a person or organization to
add a small SRS search box on their web page. The widget provides direct access
to IT resources available in SRS without leaving their webpage
- Technical Instructions
Including the widget on your site will look like what you see to the right. To include the widget on your page, please follow these steps:
- Include these tags in the <head> tag:
<script src="https://ofmpub.epa.gov/sor_internet/js/searchWidget.js"></script>
<link href="https://ofmpub.epa.gov/sor_internet/css/redmond/jquery-ui-1.8.17.custom.css" rel="stylesheet">
- Include this tag where you would like to see the widget:
<div class="srsSearchWidget"></div>
Note, the widget uses standard jQuery UI CSS for styling. You can replace the CSS link with your own jQuery UI CSS link to tailor the look of the search results for your website.