Paul Ferrie wrote:Title i am sure i will get sorted. The main issue is passing the php var to the js script. so that the text area is populated with the relevent article
I am not sure, have you tried something as simple as this:
<script language="JavaScript" type="text/javascript">
<textarea name="news"><?php echo $arNews; ?></textarea>
</script>
Also, have you tried to echo out the vaule elsewhere on the page to know it is not empty?