mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Forgot break;s in the select block. Please shoot me.
This commit is contained in:
parent
3e09ede30f
commit
c7b1e8a9fd
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user