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">
9 <TD width=
300><FONT id=
"myWord">Mozilla
</FONT> code available under a
10 dual MPL/GPL license. See the for more info.
<BR>
12 <TD> foo bar foo bar foo bar foo bar foo bar
</td>
16 <SCRIPT language=
"JavaScript1.2">
19 var myFont=document.getElementById(
"myWord");
20 var myText=document.getElementById(
"txtFontSize");
21 myFont.size=myText.value;
25 <INPUT onClick=
"javascript:document.location.reload()" type=
"submit" name=
"btnReload" value=
"Reload">
26 <INPUT onClick=
"javascript:doClick()" type=
"submit" name=
"btnChange" value=
"Change Font">
27 <INPUT name=
"txtFontSize" id=
"txtFontSize" value=
"6">