<script language="JavaScript"> function podmiana(co) { var ile = document.getElementById("wybor").options.length; for(var i=1; i<=ile; i++) { var ktora = "w"+i; if(ktora == co) { document.getElementById(ktora).style.display = "block"; } else if(ktora != co) { document.getElementById(ktora).style.display = "none"; } } } HTMLArea.loadPlugin("ContextMenu"); HTMLArea.loadPlugin("TableOperations"); function initDocument() { var editor = new HTMLArea("editor"); editor.registerPlugin("ContextMenu"); editor.registerPlugin("TableOperations"); editor.generate(); } </script>
<tr> <select name="wybor" id="wybor" onChange="podmiana(this.value);"> </tr> <tr> <td colspan="2" align="left" class="uni_01"> <table cellpadding="1" cellspacing="0" style="border: 1px #666666 solid" width="100%"> </tr> </table> </div> <table border="0" cellspacing="3" cellpadding="0" width="100%" > <tr> <td class="uni_01"> <br /> <div align="right"><span style="cursor: pointer" onclick="if(document.form_1.text.rows<=25) document.form_1.text.rows = document.form_1.text.rows+=5;"><img src="images/+.png" border="0"></span> <span style="cursor: pointer" onclick="document.form_1.text.rows = document.form_1.text.rows-=5;"><img src="images/-.png" border="0"></span></div></td> </tr> </table> </div> </td> </tr>
i jak wybiore Opcje Zaawansowane to nie zmienia mi się wygląd menu.. a powinien wygląda jak Edytor WYSWIG

oraz niedziała mi opcja powiększania wysokości w Opcji Prosta...... a w normalnych warunkach działa..