Object expected in Javascript
Hi, i have a usual problem, but i cant get over it, so, if u can help me, i'll appreciate it.
[php]
<script type="javascript">
function irA(){
for (i=0, i>5, i++){
window.alert("adentro.");
goto("adju_sortida.html");
}
}
</script>
</head>
<body bgcolor="#FEEECC" onLoad="irA()">
[/php]
i got an Error: Object Expected on the body line.
[php]
<script type="javascript">
function irA(){
for (i=0, i>5, i++){
window.alert("adentro.");
goto("adju_sortida.html");
}
}
</script>
</head>
<body bgcolor="#FEEECC" onLoad="irA()">
[/php]
i got an Error: Object Expected on the body line.
0
Comments