Click to See Complete Forum and Search --> : script overflow at: line 0


ckmichele
03-30-2004, 10:29 AM
getting an error ( script overflow at: line ) can anyone help me

site: http://www.angelfire.com/ky3/market/

jaegernaut
03-30-2004, 11:36 AM
I didn't see an error come up on that page.

I ran IE 6.0.2800 on W2000

ckmichele
03-30-2004, 01:21 PM
Sorry I guess that was the wrong page


http://www.angelfire.com/ky3/market/shoppingcart.htm

jaegernaut
03-30-2004, 01:32 PM
I did get a Stack Overflow message on that page.

After looking through the code I noticed that there is a bit that doesn't seem to be complete.

</script>

<!-- END: Catman Footer -->
<!-- End of Angelfire Ad Code Insertion -->
")
viewwin.document.write("<div id=\"display\">"+data+"</div>")
viewwin.document.write("<center><form><input type=\"button\" value=\"Print Page\" onclick=\"print()\"></form></center>")
viewwin.document.write("</body></HTML>")
viewwin.document.close()
}
}

function close_viewwin(){
if(viewwin==null){
return
}
else{
viewwin.close()
}
}
// include onload="no_edit()" onunload="close_viewwin()" in the opening body tag
-->
</script>

I don't know that that is causing the error, but it probably is part of the problem. You'll notice that this is the code that is being dumped onto the top of the page vs. being processed.