Michael Moderator
    
![[Avatar]](http://av.wservices.co.uk/av.png) Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
  
pmvForum | Constant 'Expand Message Area' (24th Mar 08 at 11:22pm UTC) | | This will make it so that you can continue to Expand the posting area as many times as you want, instead of the default of just once.
It will expand by the same about all of the time!
<script> /*Consistant 'Expand Message Area'*/
if(get('message_field','id')){ get('message_field','id').getElementsByTagName('div')[0].onclick = function(){ document.post_form.message.rows = parseInt(document.post_form.message.rows + 8); }; } </script>
Global Footer | |
|