photoxprt1868
Programmer
Hello,
I'm disecting a page which closes every time you try to print it. It gives that error that says "There's been an error and IE needs to close now". The only thing fishy I see with the page is an excessive number of div tags and this java script at the end
Can some one tell me what things I should look at to track down the cause of this error.
thank you
I'm disecting a page which closes every time you try to print it. It gives that error that says "There's been an error and IE needs to close now". The only thing fishy I see with the page is an excessive number of div tags and this java script at the end
Code:
<script type="text/javascript">
<!--
var menuitem1 = new menu(7,1,"hidden");
var menuitem2 = new menu(7,2,"hidden");
var menuitem3 = new menu(7,3,"hidden");
var menuitem4 = new menu(7,4,"hidden");
var menuitem5 = new menu(7,5,"hidden");
var menuitem6 = new menu(7,6,"hidden");
var menuitem7 = new menu(7,7,"hidden");
// -->
</script>
Can some one tell me what things I should look at to track down the cause of this error.
thank you