function OnImageClick ()
{
var url;
switch (picNumber) {
case 0:
url = "http://www.zagreb.in/horoskop/rak.html";
break;
case 1:
url = "http://www.zagreb.in/horoskop/ovan.html";
break; <-- error
case 2:
url = "http://www.zagreb.in/horoskop/djevica.html";
break;
case 3:
url = "http://www.zagreb.in/horoskop/vaga.html";
break;
Hi, I have problem IE, error is Object required on line 55 and it is the second break; Can you help me, Regards
Alen