works for me in IE6 actually- select a new style, refreshing the page retains that style. Could it be that your IE6 security settings is set to not accept cookies on the web?
BTW, you may want to add the additional code needed to have the current selection automatically checked once a new style is selected as far as the correct radio button:
Code:
<script type="text/javascript">
window.onload=function(){
var formref=document.getElementById("switchform")
indicateSelected(formref.choice)
}
</script>
See the script page for more info.
Bookmarks