I'm having trouble making my list box links work. I found the following code on this website, but when I preview it in the browser, the link works for the fist option I choose, but if I try a second option, the browser tells me it can't find the page. Please can you help? I have the following code:
Agriculture Automotive Hospitality
<script type="text/javascript">
function handleSelect(elm)
{
window.location = elm.value+".php";
}
</script>