Forgot break;s in the select block. Please shoot me.

This commit is contained in:
rginda%ndcico.com 1999-09-18 00:32:05 +00:00
parent 3e09ede30f
commit c7b1e8a9fd

View File

@ -10,12 +10,15 @@
{
case 1:
window.open ("test1.html", "test1");
break;
case 2:
window.open ("test2.html", "test2");
break;
case 3:
window.open ("test3.xul", "test1", "resizable=1", "chrome");
break;
}
}
</script>
@ -92,7 +95,7 @@
<address><a href="mailto:rginda@ndcico.com"></a></address>
<!-- Created: Wed Sep 15 23:34:25 XXX 1999 -->
<!-- hhmts start -->
Last modified: Thu Sep 16 00:38:04 XXX 1999
Last modified: Sat Sep 18 00:33:54 XXX 1999
<!-- hhmts end -->
</body>
</html>