1
Javascript & Ajax / Re: Simultaneous text in ajax or php
« on: October 20, 2010, 01:24:02 AM »
The above answer's event can be modified to "onKeyUp"
Then the output can be seen while typing
PHP Code: [Select]
<textarea cols="50" rows="5" onKeyUp="{document.getElementById('area2').value=this.value;}"></textarea>
Then the output can be seen while typing
