Now on the product I wish this script to run, I put the following:
Code:
<script src="jscript_soldoriginals.js" type="text/javascript"></script>
<form name="news">
<font color="#cc9900"><b>
<br /></b></font></form>
But nothing is happening..

Thanks in advance and Happy New Year![/QUOTE]

Ups, the second code is missing a line, it is as follows:
Code:
<script src="jscript_soldoriginals.js" type="text/javascript"></script>
<form name="news">
<font color="#cc9900"><b>
<textarea name="news2" cols="40" rows="6" wrap="virtual">
</textarea></b></font></form>
But I still don't see the text in the textarea...

When I went back to double check the code, it puts in extras:

Code:
<script type="text/javascript" src="jscript_soldoriginals.js"></script>
<form name="news">
<font color="#cc9900"><b>
<textarea wrap="virtual" rows="6" cols="40" name="news2">&lt;/body&gt;
&lt;/html&gt;&lt;/HTML&gt;</textarea></b></font></form>
If this is my problem, how do I keep it from appearing in the text area??