Jump to content

Clubc21

Members
  • Posts

    2
  • Joined

  • Last visited

Clubc21's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Clubc21

    javascript

    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.
  2. 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.
×
×
  • Create New...