When I view the site on my Android 2.3 with the Firefox 15 browser, the main menu appears relocated to the top as a mobile "Menu". When I click on the Menu link the pop up menu displays with the same four menu items with radio buttons to the right.
When I press a menu item once, the radio button changed and the pop up menu goes away. But often the target page is not displayed. Occasionally, when I click the "reload" button on the browser, the target page comes up, but often the original page is displayed.
With Firebug on my PC, I see the following JavaScript is loaded in the page.
- Code: Select all
<select onchange="window.location.href=this.value;">
<option value="http://genevaopc.org/new/">Home</option>
<option value="/new/articles.html" selected="selected">Articles</option>
<option value="/new/audio.html">Audio</option>
</select>
Can you help me debug this? I'll be glad to provide connection information, but currently I have the site "off line" so it's not publically visible. Please let me know if anyone needs this info, and I'll PM it to him.