Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<script language="JavaScript">
<!--
function goToURL(form)
{
var myindex=form.dropdownmenu.selectedIndex
if(!myindex=="")
{
window.location.href=form.dropdownmenu.options[myindex].value;
}
}
//-->
</script>
<form>
<p align="right"><select name="dropdownmenu" size="1" onChange="goToURL(this.form)"
<option selected>Example
Box</option>
<option value="index.html">Name
here</option>
<option value="index.html">Name
here</option>
<option value="index.html">Name
here</option>
<option value="index.html">Name
here</option>
</select>
</form>