How To Create Your First Javascript Web Page
RegisterLogin
How To Create Your First Javascript Web Page
Post Description: How To Create Your First Javascript Web Page
Tags: How, To, Create, Your, First, Javascript, Web, Page
This Post Was Posted On Apr 19, 2008 By web hosting #1431
Post Description: How To Create Your First Javascript Web Page
Tags: How, To, Create, Your, First, Javascript, Web, Page
This Post Was Posted On Apr 19, 2008 By web hosting #1431
How To Create Your First Javascript Web Page by web hosting
following that convetion, you first script will write a string of text to a web page
Writing a hello world script in javascript:
step 1. open your text editor (like notepad if you have windows)
step 2. copy and paste the following code into a blank notepad
<HTML>
<BODY>
<SCRIPT Language="Javascript">
<!--
document.write ("Hello World. This Is A Webune Script Written In Javascript!");
//-->
</SCRIPT
</BODY>
</HTML>
<BODY>
<SCRIPT Language="Javascript">
<!--
document.write ("Hello World. This Is A Webune Script Written In Javascript!");
//-->
</SCRIPT
</BODY>
</HTML>
step3. save this file as webune-javascript.html and open it with your web browser. you should see a single like of text that was written with Javascript
Leave Your Comments
Related Pages: [Add Your Website]
Post New Topic
©2012 Webune Forums - Sat Dec 15, 2012 8:10 pm
Powered by: Webune Forums V3
Powered by: Webune Forums V3