3 <TITLE>mozilla.org: Bug
46368</TITLE>
4 <STYLE>#myWord { color: blue; }
</STYLE>
6 <BODY onLoad=
"doClick()">
7 <TABLE border=
"1" width=
"100%" bgcolor=
"Aqua">
10 <TABLE border=
"1" bgcolor=
"Fuchsia">
12 <TD>Mozilla To Be Dually-Licensed
<BR>Plans are underway to make the
<FONT id=
"myWord">Mozilla
</FONT> code available under a
13 dual MPL/GPL license. See the for more info. We're gathering contributor input now, in the newsgroup.
<BR>
18 <TD>This status update contains information on MailNews, XML/DOM, XPToolkit, Architecture, Bidi, Necko/Imglib, and more...
22 <SCRIPT language=
"JavaScript1.2">
25 var myFont=document.getElementById(
"myWord");
26 var myText=document.getElementById(
"txtFontSize");
27 myFont.size=myText.value;
31 <INPUT onClick=
"javascript:document.location.reload()" type=
"submit" name=
"btnReload" value=
"Reload">
32 <INPUT onClick=
"javascript:doClick()" type=
"submit" name=
"btnChange" value=
"Change Font">
33 <INPUT name=
"txtFontSize" id=
"txtFontSize" value=
"6">