Показать сообщение отдельно
  #1 (permalink)  
Старый 04.08.2008, 16:47
p0hil
 
Сообщений: n/a

Проблема с document.location
IE 6.0 не хочет переходить по document.location.href. Вот код:
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=windows-1250">
<title></title>
</head>
<script type="text/javascript" language="JavaScript">
function go2Page(url) {
document.location.href = url;
}
</script>
<body>
<a href='javascript:void(0);' onclick='go2Page("http://www.e1.ru")l'>1</a>
</body>
</html>
Все остальные браузеры переходят на http://www.e1.ru, а IE просто ничего не делает. Подскажите, плз, в чем дело.
Ответить с цитированием