Jump to content

help with javascript


Clubc21

Recommended Posts

My computer seems to either not understand javascript or i am doing something wrong.On other computers i can type in a simple code like the ones found on this site and r similar to this <script type="text/javascript">document.write("Hello World!")</script>and it will read it and display the message but on my computer (which is fairly new) it wont display the message.... it will however still display anything i put outside of the <script> tags.if i type in a code like this <html><body bgcolor="blue"><script type="text/javascript">document.write("Hello World!")</script></body></html> it will display a blank blue screen whereas it is supposed to have the message "Hello World" it doesnt.Could anyone explain to me if my computer is just javascript iliterate or exactly what is going wrong... Thanks.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...