Web Solutions Web Solutions

  • Home
  • Ubuntu
  • php
  • Forum
  • Home
  • Ubuntu
  • php
  • Forum

Categories

  • Javascript (2)
  • Web (1)

Tags

insert javascript mysql phpmyadmin statement text file to table web

Showing category "Javascript" (Show all posts)

Write Hello World! using Javascript - document.write()

Posted by on Saturday, November 27, 2010, In : Javascript 

Now we are going to write "Hellow World!!!" on the page using Javascript..

Type this code on your text editor and save it as a HTML document like "hellowWorld.html" or something else..
Then open it with your Internet Browser

<html>
<head>
<title>Write Hellow World!!! with Javascript</title>
</head>
<body>  

     <script language="javascript" type="text/javascript">
     document.write("Hellow World!!!");
     </script>


</body>
</html>

You will see the result like

Hellow World!!!

*********************...


Continue reading ...
 

Javascript Tutorial - Introduction to Javascript

Posted by on Saturday, November 27, 2010, In : Javascript 
What is the Javascript

Javascript is a light-weight scripting language, not a high level programming language.

It is case sensitive, ( "JAVASCRIPT" and "Javascript" is not same )

we can write javascript codes on a HTML file inverted the <script>....</script> tags.

we can use a simple text editor like gedit (on linux), TextWrangler (on Mac) or notepad (on windows) to write javascript codes.

we do not want compile javascript codes before use it.

We use javascript on web pages and we use it to add in...
Continue reading ...
 
« Back to posts
 
Subscribe to this blog   Subscribe to this blog
 

Make a free website with Yola