PDA

View Full Version : How to input Java script into a module


soletrader
08-06-2006, 07:00 AM
I want to insert this code:

<!--START theFinancials.com Content-->
<!--copyright theFinancials.com - All Rights Reserved-->
<script LANGUAGE='JavaScript' type='text/javascript'
SRC='http://www.theFinancials.com/js/Converter.js'>
</script>
<script LANGUAGE='JavaScript' type='text/javascript'
SRC='http://www.theFinancials.com/free/theFinancialsConverter.js'>
</script>
<script LANGUAGE='JavaScript' type='text/javascript'>
theFinancialsConverter('10gran','#000080','#FFFFFF ','#C0C0C0','#000000');
</script>
<!--END theFinancials.com Content-->


Can I do this with add a module -> BB Code?