Just downloaded Aptana 3 Studio
for mac.
I was using Aptana 2
up until today. I am having trouble getting aptana to run my javascript code. It won't even display a simple alert message in an html file.
It is really frustrating me. New to programming and getting over these technical hurdles is a real pain sometimes.
I know my syntax isn't wrong. I have done much more complex code than this. Here is the alert message that won't even show:
<script type = "text//javascript">
//<![CDATA[
alert("Hello, World");
//]]>
</script>
Any help would be appreciated.