This works fine in Safari and Firefox but not in Chrome. Can someone tell me why and how to fix it?
HTML Code:<form name="location" id="location"> <select name="menu"> <option selected="selected">Choose One... </option> <option value="../locations/toc-at-fort-sanders-regional/">TOC at Fort Sanders Regional </option> <option value="../locations/the-tower-at-parkwest/">The Tower at Parkwest </option> <option value="../locations/oak-ridge-physicians-plaza/">Oak Ridge Physicians Plaza </option> <option value="../locations/lenoir-city/">Lenoir City </option> <option value="../locations/randall-robbins-location/">Randall R. Robbins Location </option> <option value="../locations/seymour/">Seymour </option> <option value="../locations/toc-spine/">TOC Spine </option> <option value="../locations/podiatry-oak-ridge/">TOC Podiatry Oak Ridge </option> <option value="../locations/podiatry-parkwest/">TOC Podiatry Parkwest </option> </select> <input type="button" onclick="location=document.location.menu.options[document.location.menu.selectedIndex].value;" value="Go" /> </form>



Reply With Quote





Bookmarks