View Single Post
02-18-2009, 12:18 PM
#2
G-Sun is offline G-Sun
Status: Member
Join date: Feb 2008
Location: Norway
Expertise:
Software:
 
Posts: 101
iTrader: 0 / 0%
 

G-Sun is on a distinguished road

  Old

I get an error-message here in IE:
Code:
<script language="javascript" type="text/javascript">
<!--
function menu_goto( menuform )
{
    // see http://www.thesitewizard.com/archive/navigation.shtml

    selecteditem = menuform.newurl.selectedIndex ;
    newurl = menuform.newurl.options[ selecteditem ].value ;
    if (newurl.length != 0) {
//      window.
	  location.href = newurl ;
	  scroll(0,0) ;
//	  window.event.returnValue=false;
    }
}
//-->
</script>
Says: "Object doesn't support this property or method"