You need to also have:
Style Sheet Switcher (v1.0) JS
on the index.html page and you need to have the aternate styles linked to it as well (the <link rel="alternate stylesheet" etc . . > tag(s)). Then when you do this on the child page (menu.html):
Code:
onClick="chooseStyle(document.getElementById('switchcontrol').options[document.getElementById('switchcontrol').selectedIndex].value, 60)"
Make it like so:
Code:
onClick="chooseStyle(document.getElementById('switchcontrol').options[document.getElementById('switchcontrol').selectedIndex].value, 60);parent.chooseStyle(document.getElementById('switchcontrol').options[document.getElementById('switchcontrol').selectedIndex].value, 60)"
Bookmarks