Hi guys I'm stuck with a problem and my programmer is out of town and was hoping some here can help me out.
If you look at this page: uitstor.net the drop down on the right works in all browsers except for Internet explorer. After doing hours of research I found this forum and really hope someone can help me out. Here is the scripting on the page if you dont want to go visit the site:
<script> function remember_choice(region) { if (!region) return; var date = new Date(); date.setTime(date.getTime() + 10*24*3600*1000); var expires = "; expires="+date.toGMTString();