If you are in the html file ensure you have the following tags around your javascript:
<script type="text/javascript"></script>
STRING
<script type="text/javascript">
var newVariable = 'my value';
</script>
INT
<script type="text/javascript">
var newVariable = 123;
</script>
By PHPin24 @ 2009-07-09 12:23:24
|