Textarea's height 100% is not working in dhtmlxWindow

Hi.

textarea’s height:100% is not working in dhtmlxWindow.
IE6,IE7 are display only 2 lines.

My code is following.
I want to solve a proplem by css not attachEvent.

Anyone has an idea? plz Help me…

html,body { width:100%; height:100%; margin: 0px; overflow: hidden; } .dhtmlx_wins_body_inner textarea { width:100%; height:100%; overflow-y:auto; font-family:Courier New;font-size:9pt; border:1px ; }

Hi,

you did not define textarea size:

var str = ‘’+