SlideShare a Scribd company logo
JavaScript How To                                                                   file:///C:/Users/julian/AppData/Roaming/Mozilla/Firefox/Profiles/vwqzts...



         JS Basic
         JS HOME
                                  JavaScript How To
         JS Introduction
         JS How To                « Previous                                                                   Next Chapter »
         JS Where To
         JS Statements
         JS Comments              The HTML <script> tag is used to insert a JavaScript into an HTML page.
         JS Variables
         JS Operators
         JS Comparisons           Put a JavaScript into an HTML page
         JS If...Else
         JS Switch                The example below shows how to use JavaScript to write text on a web page:
         JS Popup Boxes
         JS Functions
         JS For Loop               Example
         JS While Loop
         JS Break Loops             <html>
         JS For...In                <body>
         JS Events                  <script type="text/javascript">
         JS Try...Catch             document.write("Hello World!");
         JS Throw                   </script>
         JS Special Text            </body>
         JS Guidelines              </html>

         JS Objects                  Try it yourself »
         JS Objects Intro
         JS String
         JS Date                  The example below shows how to add HTML tags to the JavaScript:
         JS Array
         JS Boolean
         JS Math
                                   Example
         JS RegExp
                                    <html>
                                    <body>
         JS Advanced
                                    <script type="text/javascript">
         JS Browser                 document.write("<h1>Hello World!</h1>");
         JS Cookies                 </script>
         JS Validation              </body>
         JS Animation               </html>
         JS Image Maps
         JS Timing
         JS Create Object            Try it yourself »
         JS Summary

         JS Examples
         JS   Examples            Example Explained
         JS   Objects Examples
         JS   Browser Examples    To insert a JavaScript into an HTML page, we use the <script> tag. Inside the <script> tag we
         JS   HTML DOM Examples   use the type attribute to define the scripting language.
         JS   Quiz
         JS   Exam                So, the <script type="text/javascript"> and </script> tells where the JavaScript starts and ends:

         JS References             <html>
         JavaScript Objects        <body>
         HTML DOM Objects          <script type="text/javascript">
                                   ...
                                   </script>
                                   </body>
                                   </html>

                                  The document.write command is a standard JavaScript command for writing output to a page.

                                  By entering the document.write command between the <script> and </script> tags, the browser
                                  will recognize it as a JavaScript command and execute the code line. In this case the browser will
                                  write Hello World! to the page:

                                   <html>
                                   <body>
                                   <script type="text/javascript">
                                   document.write("Hello World!");
                                   </script>
                                   </body>
                                   </html>

                                  Note: If we had not entered the <script> tag, the browser would have treated the
                                  document.write("Hello World!") command as pure text, and just write the entire line on the page.
                                  Try it yourself


                                  How to Handle Simple Browsers
                                  Browsers that do not support JavaScript, will display JavaScript as page content.

                                  To prevent them from doing this, and as a part of the JavaScript standard, the HTML comment tag
                                  should be used to "hide" the JavaScript.

                                  Just add an HTML comment tag <!-- before the first JavaScript statement, and a --> (end of




1 de 1                                                                                                                                 29/05/2010 10:44 p.m.

More Related Content

What's hot (20)

Chrome DevTools Basics
Chrome DevTools BasicsChrome DevTools Basics
Chrome DevTools Basics
Low-Code Starter Pack
 
Java Script
Java ScriptJava Script
Java Script
siddaram
 
JavaScript Missing Manual, Ch. 1
JavaScript Missing Manual, Ch. 1JavaScript Missing Manual, Ch. 1
JavaScript Missing Manual, Ch. 1
Gene Babon
 
倔倔和Javascript的那些事儿
倔倔和Javascript的那些事儿倔倔和Javascript的那些事儿
倔倔和Javascript的那些事儿
Ting Lv
 
[WEB UI BASIC] CSS_1
[WEB UI BASIC] CSS_1[WEB UI BASIC] CSS_1
[WEB UI BASIC] CSS_1
Jae Woo Woo
 
What is HTML
What is HTMLWhat is HTML
What is HTML
Low-Code Starter Pack
 
Internet and Web Technology (CLASS-10) [Node.js] | NIC/NIELIT Web Technology
Internet and Web Technology (CLASS-10) [Node.js] | NIC/NIELIT Web Technology Internet and Web Technology (CLASS-10) [Node.js] | NIC/NIELIT Web Technology
Internet and Web Technology (CLASS-10) [Node.js] | NIC/NIELIT Web Technology
Ayes Chinmay
 
Javascript 2009
Javascript 2009Javascript 2009
Javascript 2009
borkweb
 
Javascipt
JavasciptJavascipt
Javascipt
Shreyans Gandhi
 
Javascript ch8
Javascript ch8Javascript ch8
Javascript ch8
Brady Cheng
 
22 j query1
22 j query122 j query1
22 j query1
Fajar Baskoro
 
Assignment4
Assignment4Assignment4
Assignment4
H K
 
Javascript
JavascriptJavascript
Javascript
Mozxai
 
Introduction of javascript
Introduction of javascriptIntroduction of javascript
Introduction of javascript
syeda zoya mehdi
 
jQuery Code Testing
jQuery Code TestingjQuery Code Testing
jQuery Code Testing
Elizabeth Pisarek
 
2.java script dom
2.java script  dom2.java script  dom
2.java script dom
PhD Research Scholar
 
Java script Advance
Java script   AdvanceJava script   Advance
Java script Advance
Jaya Kumari
 
Session vii(java scriptbasics)
Session vii(java scriptbasics)Session vii(java scriptbasics)
Session vii(java scriptbasics)
Shrijan Tiwari
 
Intro to java script
Intro to java scriptIntro to java script
Intro to java script
londiem
 
Java script cookies
Java script   cookiesJava script   cookies
Java script cookies
AbhishekMondal42
 
Java Script
Java ScriptJava Script
Java Script
siddaram
 
JavaScript Missing Manual, Ch. 1
JavaScript Missing Manual, Ch. 1JavaScript Missing Manual, Ch. 1
JavaScript Missing Manual, Ch. 1
Gene Babon
 
倔倔和Javascript的那些事儿
倔倔和Javascript的那些事儿倔倔和Javascript的那些事儿
倔倔和Javascript的那些事儿
Ting Lv
 
[WEB UI BASIC] CSS_1
[WEB UI BASIC] CSS_1[WEB UI BASIC] CSS_1
[WEB UI BASIC] CSS_1
Jae Woo Woo
 
Internet and Web Technology (CLASS-10) [Node.js] | NIC/NIELIT Web Technology
Internet and Web Technology (CLASS-10) [Node.js] | NIC/NIELIT Web Technology Internet and Web Technology (CLASS-10) [Node.js] | NIC/NIELIT Web Technology
Internet and Web Technology (CLASS-10) [Node.js] | NIC/NIELIT Web Technology
Ayes Chinmay
 
Javascript 2009
Javascript 2009Javascript 2009
Javascript 2009
borkweb
 
Assignment4
Assignment4Assignment4
Assignment4
H K
 
Javascript
JavascriptJavascript
Javascript
Mozxai
 
Introduction of javascript
Introduction of javascriptIntroduction of javascript
Introduction of javascript
syeda zoya mehdi
 
Java script Advance
Java script   AdvanceJava script   Advance
Java script Advance
Jaya Kumari
 
Session vii(java scriptbasics)
Session vii(java scriptbasics)Session vii(java scriptbasics)
Session vii(java scriptbasics)
Shrijan Tiwari
 
Intro to java script
Intro to java scriptIntro to java script
Intro to java script
londiem
 

Similar to Java script how to (20)

Javascript
JavascriptJavascript
Javascript
Sushma M
 
Java script writing javascript
Java script writing javascriptJava script writing javascript
Java script writing javascript
Jesus Obenita Jr.
 
Basic JavaScript Tutorial
Basic JavaScript TutorialBasic JavaScript Tutorial
Basic JavaScript Tutorial
DHTMLExtreme
 
JavaScript (1).pptdffdfvdfvfvfvfefwefedfe
JavaScript (1).pptdffdfvdfvfvfvfefwefedfeJavaScript (1).pptdffdfvdfvfvfvfefwefedfe
JavaScript (1).pptdffdfvdfvfvfvfefwefedfe
sgg86953
 
javascript.ppt
javascript.pptjavascript.ppt
javascript.ppt
MrsSChitradeviCommer
 
Javascript by geetanjali
Javascript by geetanjaliJavascript by geetanjali
Javascript by geetanjali
Geetanjali Bhosale
 
2javascript web programming with JAVA script
2javascript web programming with JAVA script2javascript web programming with JAVA script
2javascript web programming with JAVA script
umardanjumamaiwada
 
L08IntroToJavaScript.ppt
L08IntroToJavaScript.pptL08IntroToJavaScript.ppt
L08IntroToJavaScript.ppt
ictlab3
 
JS BASICS JAVA SCRIPT SCRIPTING
JS BASICS JAVA SCRIPT SCRIPTINGJS BASICS JAVA SCRIPT SCRIPTING
JS BASICS JAVA SCRIPT SCRIPTING
Arulkumar
 
JavaScript - Getting Started.pptx
JavaScript - Getting Started.pptxJavaScript - Getting Started.pptx
JavaScript - Getting Started.pptx
JonnJorellPunto
 
JavaScriptL18 [Autosaved].pptx
JavaScriptL18 [Autosaved].pptxJavaScriptL18 [Autosaved].pptx
JavaScriptL18 [Autosaved].pptx
VivekBaghel30
 
Javascript
JavascriptJavascript
Javascript
padmaashree Arunachalem
 
Java script by Act Academy
Java script by Act AcademyJava script by Act Academy
Java script by Act Academy
actanimation
 
Unit 4 Java script.pptx
Unit 4 Java script.pptxUnit 4 Java script.pptx
Unit 4 Java script.pptx
Gangesh8
 
t0526-2
t0526-2t0526-2
t0526-2
tutorialsruby
 
t0526-2
t0526-2t0526-2
t0526-2
tutorialsruby
 
4007655 introduction-to-javascript
4007655 introduction-to-javascript4007655 introduction-to-javascript
4007655 introduction-to-javascript
Vikash Chandra
 
JAVA SCRIPT
JAVA SCRIPTJAVA SCRIPT
JAVA SCRIPT
Go4Guru
 
Js syntax
Js syntaxJs syntax
Js syntax
Sireesh K
 
Java script
Java scriptJava script
Java script
sanjay joshi
 
Javascript
JavascriptJavascript
Javascript
Sushma M
 
Java script writing javascript
Java script writing javascriptJava script writing javascript
Java script writing javascript
Jesus Obenita Jr.
 
Basic JavaScript Tutorial
Basic JavaScript TutorialBasic JavaScript Tutorial
Basic JavaScript Tutorial
DHTMLExtreme
 
JavaScript (1).pptdffdfvdfvfvfvfefwefedfe
JavaScript (1).pptdffdfvdfvfvfvfefwefedfeJavaScript (1).pptdffdfvdfvfvfvfefwefedfe
JavaScript (1).pptdffdfvdfvfvfvfefwefedfe
sgg86953
 
2javascript web programming with JAVA script
2javascript web programming with JAVA script2javascript web programming with JAVA script
2javascript web programming with JAVA script
umardanjumamaiwada
 
L08IntroToJavaScript.ppt
L08IntroToJavaScript.pptL08IntroToJavaScript.ppt
L08IntroToJavaScript.ppt
ictlab3
 
JS BASICS JAVA SCRIPT SCRIPTING
JS BASICS JAVA SCRIPT SCRIPTINGJS BASICS JAVA SCRIPT SCRIPTING
JS BASICS JAVA SCRIPT SCRIPTING
Arulkumar
 
JavaScript - Getting Started.pptx
JavaScript - Getting Started.pptxJavaScript - Getting Started.pptx
JavaScript - Getting Started.pptx
JonnJorellPunto
 
JavaScriptL18 [Autosaved].pptx
JavaScriptL18 [Autosaved].pptxJavaScriptL18 [Autosaved].pptx
JavaScriptL18 [Autosaved].pptx
VivekBaghel30
 
Java script by Act Academy
Java script by Act AcademyJava script by Act Academy
Java script by Act Academy
actanimation
 
Unit 4 Java script.pptx
Unit 4 Java script.pptxUnit 4 Java script.pptx
Unit 4 Java script.pptx
Gangesh8
 
4007655 introduction-to-javascript
4007655 introduction-to-javascript4007655 introduction-to-javascript
4007655 introduction-to-javascript
Vikash Chandra
 
JAVA SCRIPT
JAVA SCRIPTJAVA SCRIPT
JAVA SCRIPT
Go4Guru
 
Ad

More from julian vega (20)

REFLEXION SOBRE LA VIDA DE JESUS PARA EL 8 DE JULIO
REFLEXION SOBRE LA VIDA DE JESUS PARA EL 8 DE JULIOREFLEXION SOBRE LA VIDA DE JESUS PARA EL 8 DE JULIO
REFLEXION SOBRE LA VIDA DE JESUS PARA EL 8 DE JULIO
julian vega
 
Rosa
RosaRosa
Rosa
julian vega
 
Exposición noveno final nov
Exposición noveno final novExposición noveno final nov
Exposición noveno final nov
julian vega
 
Tallerexploracionnoveno
TallerexploracionnovenoTallerexploracionnoveno
Tallerexploracionnoveno
julian vega
 
Herramientas web 2.0
Herramientas web 2.0Herramientas web 2.0
Herramientas web 2.0
julian vega
 
Noveno renacimiento
Noveno renacimientoNoveno renacimiento
Noveno renacimiento
julian vega
 
Borges
BorgesBorges
Borges
julian vega
 
Indu00010intro1
Indu00010intro1Indu00010intro1
Indu00010intro1
julian vega
 
Cuestionario 9
Cuestionario 9Cuestionario 9
Cuestionario 9
julian vega
 
Cuestionario8rta
Cuestionario8rtaCuestionario8rta
Cuestionario8rta
julian vega
 
Glosario noveno
Glosario novenoGlosario noveno
Glosario noveno
julian vega
 
Noveno lecturas
Noveno lecturasNoveno lecturas
Noveno lecturas
julian vega
 
Flujogramas noveno taller construccion 2
Flujogramas noveno taller construccion 2Flujogramas noveno taller construccion 2
Flujogramas noveno taller construccion 2
julian vega
 
Arte 00
Arte 00Arte 00
Arte 00
julian vega
 
Arte prehistorico
Arte prehistoricoArte prehistorico
Arte prehistorico
julian vega
 
Arte neolitico
Arte neoliticoArte neolitico
Arte neolitico
julian vega
 
Arte neolitico 01
Arte neolitico 01Arte neolitico 01
Arte neolitico 01
julian vega
 
Mesopotamia 01
Mesopotamia 01Mesopotamia 01
Mesopotamia 01
julian vega
 
Analisis tecnico de objetos
Analisis tecnico de objetosAnalisis tecnico de objetos
Analisis tecnico de objetos
julian vega
 
Logro3 Informe1 Informe Slideshare
Logro3 Informe1 Informe SlideshareLogro3 Informe1 Informe Slideshare
Logro3 Informe1 Informe Slideshare
julian vega
 
REFLEXION SOBRE LA VIDA DE JESUS PARA EL 8 DE JULIO
REFLEXION SOBRE LA VIDA DE JESUS PARA EL 8 DE JULIOREFLEXION SOBRE LA VIDA DE JESUS PARA EL 8 DE JULIO
REFLEXION SOBRE LA VIDA DE JESUS PARA EL 8 DE JULIO
julian vega
 
Exposición noveno final nov
Exposición noveno final novExposición noveno final nov
Exposición noveno final nov
julian vega
 
Tallerexploracionnoveno
TallerexploracionnovenoTallerexploracionnoveno
Tallerexploracionnoveno
julian vega
 
Herramientas web 2.0
Herramientas web 2.0Herramientas web 2.0
Herramientas web 2.0
julian vega
 
Noveno renacimiento
Noveno renacimientoNoveno renacimiento
Noveno renacimiento
julian vega
 
Cuestionario8rta
Cuestionario8rtaCuestionario8rta
Cuestionario8rta
julian vega
 
Flujogramas noveno taller construccion 2
Flujogramas noveno taller construccion 2Flujogramas noveno taller construccion 2
Flujogramas noveno taller construccion 2
julian vega
 
Arte prehistorico
Arte prehistoricoArte prehistorico
Arte prehistorico
julian vega
 
Arte neolitico 01
Arte neolitico 01Arte neolitico 01
Arte neolitico 01
julian vega
 
Analisis tecnico de objetos
Analisis tecnico de objetosAnalisis tecnico de objetos
Analisis tecnico de objetos
julian vega
 
Logro3 Informe1 Informe Slideshare
Logro3 Informe1 Informe SlideshareLogro3 Informe1 Informe Slideshare
Logro3 Informe1 Informe Slideshare
julian vega
 
Ad

Recently uploaded (20)

EUPHORIA GENERAL QUIZ FINALS | QUIZ CLUB OF PSGCAS | 21 MARCH 2025
EUPHORIA GENERAL QUIZ FINALS | QUIZ CLUB OF PSGCAS | 21 MARCH 2025EUPHORIA GENERAL QUIZ FINALS | QUIZ CLUB OF PSGCAS | 21 MARCH 2025
EUPHORIA GENERAL QUIZ FINALS | QUIZ CLUB OF PSGCAS | 21 MARCH 2025
Quiz Club of PSG College of Arts & Science
 
Different pricelists for different shops in odoo Point of Sale in Odoo 17
Different pricelists for different shops in odoo Point of Sale in Odoo 17Different pricelists for different shops in odoo Point of Sale in Odoo 17
Different pricelists for different shops in odoo Point of Sale in Odoo 17
Celine George
 
Webcrawler_Mule_AIChain_MuleSoft_Meetup_Hyderabad
Webcrawler_Mule_AIChain_MuleSoft_Meetup_HyderabadWebcrawler_Mule_AIChain_MuleSoft_Meetup_Hyderabad
Webcrawler_Mule_AIChain_MuleSoft_Meetup_Hyderabad
Veera Pallapu
 
Module 4 Presentation - Enhancing Competencies and Engagement Strategies in Y...
Module 4 Presentation - Enhancing Competencies and Engagement Strategies in Y...Module 4 Presentation - Enhancing Competencies and Engagement Strategies in Y...
Module 4 Presentation - Enhancing Competencies and Engagement Strategies in Y...
GeorgeDiamandis11
 
Adam Grant: Transforming Work Culture Through Organizational Psychology
Adam Grant: Transforming Work Culture Through Organizational PsychologyAdam Grant: Transforming Work Culture Through Organizational Psychology
Adam Grant: Transforming Work Culture Through Organizational Psychology
Prachi Shah
 
Pfeiffer "Secrets to Changing Behavior in Scholarly Communication: A 2025 NIS...
Pfeiffer "Secrets to Changing Behavior in Scholarly Communication: A 2025 NIS...Pfeiffer "Secrets to Changing Behavior in Scholarly Communication: A 2025 NIS...
Pfeiffer "Secrets to Changing Behavior in Scholarly Communication: A 2025 NIS...
National Information Standards Organization (NISO)
 
Analysis of Quantitative Data Parametric and non-parametric tests.pptx
Analysis of Quantitative Data Parametric and non-parametric tests.pptxAnalysis of Quantitative Data Parametric and non-parametric tests.pptx
Analysis of Quantitative Data Parametric and non-parametric tests.pptx
Shrutidhara2
 
How to Create an Event in Odoo 18 - Odoo 18 Slides
How to Create an Event in Odoo 18 - Odoo 18 SlidesHow to Create an Event in Odoo 18 - Odoo 18 Slides
How to Create an Event in Odoo 18 - Odoo 18 Slides
Celine George
 
Ray Dalio How Countries go Broke the Big Cycle
Ray Dalio How Countries go Broke the Big CycleRay Dalio How Countries go Broke the Big Cycle
Ray Dalio How Countries go Broke the Big Cycle
Dadang Solihin
 
How to Create a Rainbow Man Effect in Odoo 18
How to Create a Rainbow Man Effect in Odoo 18How to Create a Rainbow Man Effect in Odoo 18
How to Create a Rainbow Man Effect in Odoo 18
Celine George
 
TV Shows and web-series quiz | QUIZ CLUB OF PSGCAS | 13TH MARCH 2025
TV Shows and web-series quiz | QUIZ CLUB OF PSGCAS | 13TH MARCH 2025TV Shows and web-series quiz | QUIZ CLUB OF PSGCAS | 13TH MARCH 2025
TV Shows and web-series quiz | QUIZ CLUB OF PSGCAS | 13TH MARCH 2025
Quiz Club of PSG College of Arts & Science
 
Strengthened Senior High School - Landas Tool Kit.pptx
Strengthened Senior High School - Landas Tool Kit.pptxStrengthened Senior High School - Landas Tool Kit.pptx
Strengthened Senior High School - Landas Tool Kit.pptx
SteffMusniQuiballo
 
Capitol Doctoral Presentation -June 2025.pptx
Capitol Doctoral Presentation -June 2025.pptxCapitol Doctoral Presentation -June 2025.pptx
Capitol Doctoral Presentation -June 2025.pptx
CapitolTechU
 
MATERI PPT TOPIK 4 LANDASAN FILOSOFIS PENDIDIKAN
MATERI PPT TOPIK 4 LANDASAN FILOSOFIS PENDIDIKANMATERI PPT TOPIK 4 LANDASAN FILOSOFIS PENDIDIKAN
MATERI PPT TOPIK 4 LANDASAN FILOSOFIS PENDIDIKAN
aditya23173
 
Unit 3 Poster Sketches with annotations.pptx
Unit 3 Poster Sketches with annotations.pptxUnit 3 Poster Sketches with annotations.pptx
Unit 3 Poster Sketches with annotations.pptx
bobby205207
 
Exploring Ocean Floor Features for Middle School
Exploring Ocean Floor Features for Middle SchoolExploring Ocean Floor Features for Middle School
Exploring Ocean Floor Features for Middle School
Marie
 
How to Manage Upselling of Subscriptions in Odoo 18
How to Manage Upselling of Subscriptions in Odoo 18How to Manage Upselling of Subscriptions in Odoo 18
How to Manage Upselling of Subscriptions in Odoo 18
Celine George
 
Final Sketch Designs for poster production.pptx
Final Sketch Designs for poster production.pptxFinal Sketch Designs for poster production.pptx
Final Sketch Designs for poster production.pptx
bobby205207
 
How to Manage Maintenance Request in Odoo 18
How to Manage Maintenance Request in Odoo 18How to Manage Maintenance Request in Odoo 18
How to Manage Maintenance Request in Odoo 18
Celine George
 
Diptera: The Two-Winged Wonders, The Fly Squad: Order Diptera.pptx
Diptera: The Two-Winged Wonders, The Fly Squad: Order Diptera.pptxDiptera: The Two-Winged Wonders, The Fly Squad: Order Diptera.pptx
Diptera: The Two-Winged Wonders, The Fly Squad: Order Diptera.pptx
Arshad Shaikh
 
Different pricelists for different shops in odoo Point of Sale in Odoo 17
Different pricelists for different shops in odoo Point of Sale in Odoo 17Different pricelists for different shops in odoo Point of Sale in Odoo 17
Different pricelists for different shops in odoo Point of Sale in Odoo 17
Celine George
 
Webcrawler_Mule_AIChain_MuleSoft_Meetup_Hyderabad
Webcrawler_Mule_AIChain_MuleSoft_Meetup_HyderabadWebcrawler_Mule_AIChain_MuleSoft_Meetup_Hyderabad
Webcrawler_Mule_AIChain_MuleSoft_Meetup_Hyderabad
Veera Pallapu
 
Module 4 Presentation - Enhancing Competencies and Engagement Strategies in Y...
Module 4 Presentation - Enhancing Competencies and Engagement Strategies in Y...Module 4 Presentation - Enhancing Competencies and Engagement Strategies in Y...
Module 4 Presentation - Enhancing Competencies and Engagement Strategies in Y...
GeorgeDiamandis11
 
Adam Grant: Transforming Work Culture Through Organizational Psychology
Adam Grant: Transforming Work Culture Through Organizational PsychologyAdam Grant: Transforming Work Culture Through Organizational Psychology
Adam Grant: Transforming Work Culture Through Organizational Psychology
Prachi Shah
 
Analysis of Quantitative Data Parametric and non-parametric tests.pptx
Analysis of Quantitative Data Parametric and non-parametric tests.pptxAnalysis of Quantitative Data Parametric and non-parametric tests.pptx
Analysis of Quantitative Data Parametric and non-parametric tests.pptx
Shrutidhara2
 
How to Create an Event in Odoo 18 - Odoo 18 Slides
How to Create an Event in Odoo 18 - Odoo 18 SlidesHow to Create an Event in Odoo 18 - Odoo 18 Slides
How to Create an Event in Odoo 18 - Odoo 18 Slides
Celine George
 
Ray Dalio How Countries go Broke the Big Cycle
Ray Dalio How Countries go Broke the Big CycleRay Dalio How Countries go Broke the Big Cycle
Ray Dalio How Countries go Broke the Big Cycle
Dadang Solihin
 
How to Create a Rainbow Man Effect in Odoo 18
How to Create a Rainbow Man Effect in Odoo 18How to Create a Rainbow Man Effect in Odoo 18
How to Create a Rainbow Man Effect in Odoo 18
Celine George
 
Strengthened Senior High School - Landas Tool Kit.pptx
Strengthened Senior High School - Landas Tool Kit.pptxStrengthened Senior High School - Landas Tool Kit.pptx
Strengthened Senior High School - Landas Tool Kit.pptx
SteffMusniQuiballo
 
Capitol Doctoral Presentation -June 2025.pptx
Capitol Doctoral Presentation -June 2025.pptxCapitol Doctoral Presentation -June 2025.pptx
Capitol Doctoral Presentation -June 2025.pptx
CapitolTechU
 
MATERI PPT TOPIK 4 LANDASAN FILOSOFIS PENDIDIKAN
MATERI PPT TOPIK 4 LANDASAN FILOSOFIS PENDIDIKANMATERI PPT TOPIK 4 LANDASAN FILOSOFIS PENDIDIKAN
MATERI PPT TOPIK 4 LANDASAN FILOSOFIS PENDIDIKAN
aditya23173
 
Unit 3 Poster Sketches with annotations.pptx
Unit 3 Poster Sketches with annotations.pptxUnit 3 Poster Sketches with annotations.pptx
Unit 3 Poster Sketches with annotations.pptx
bobby205207
 
Exploring Ocean Floor Features for Middle School
Exploring Ocean Floor Features for Middle SchoolExploring Ocean Floor Features for Middle School
Exploring Ocean Floor Features for Middle School
Marie
 
How to Manage Upselling of Subscriptions in Odoo 18
How to Manage Upselling of Subscriptions in Odoo 18How to Manage Upselling of Subscriptions in Odoo 18
How to Manage Upselling of Subscriptions in Odoo 18
Celine George
 
Final Sketch Designs for poster production.pptx
Final Sketch Designs for poster production.pptxFinal Sketch Designs for poster production.pptx
Final Sketch Designs for poster production.pptx
bobby205207
 
How to Manage Maintenance Request in Odoo 18
How to Manage Maintenance Request in Odoo 18How to Manage Maintenance Request in Odoo 18
How to Manage Maintenance Request in Odoo 18
Celine George
 
Diptera: The Two-Winged Wonders, The Fly Squad: Order Diptera.pptx
Diptera: The Two-Winged Wonders, The Fly Squad: Order Diptera.pptxDiptera: The Two-Winged Wonders, The Fly Squad: Order Diptera.pptx
Diptera: The Two-Winged Wonders, The Fly Squad: Order Diptera.pptx
Arshad Shaikh
 

Java script how to

  • 1. JavaScript How To file:///C:/Users/julian/AppData/Roaming/Mozilla/Firefox/Profiles/vwqzts... JS Basic JS HOME JavaScript How To JS Introduction JS How To « Previous Next Chapter » JS Where To JS Statements JS Comments The HTML <script> tag is used to insert a JavaScript into an HTML page. JS Variables JS Operators JS Comparisons Put a JavaScript into an HTML page JS If...Else JS Switch The example below shows how to use JavaScript to write text on a web page: JS Popup Boxes JS Functions JS For Loop Example JS While Loop JS Break Loops <html> JS For...In <body> JS Events <script type="text/javascript"> JS Try...Catch document.write("Hello World!"); JS Throw </script> JS Special Text </body> JS Guidelines </html> JS Objects Try it yourself » JS Objects Intro JS String JS Date The example below shows how to add HTML tags to the JavaScript: JS Array JS Boolean JS Math Example JS RegExp <html> <body> JS Advanced <script type="text/javascript"> JS Browser document.write("<h1>Hello World!</h1>"); JS Cookies </script> JS Validation </body> JS Animation </html> JS Image Maps JS Timing JS Create Object Try it yourself » JS Summary JS Examples JS Examples Example Explained JS Objects Examples JS Browser Examples To insert a JavaScript into an HTML page, we use the <script> tag. Inside the <script> tag we JS HTML DOM Examples use the type attribute to define the scripting language. JS Quiz JS Exam So, the <script type="text/javascript"> and </script> tells where the JavaScript starts and ends: JS References <html> JavaScript Objects <body> HTML DOM Objects <script type="text/javascript"> ... </script> </body> </html> The document.write command is a standard JavaScript command for writing output to a page. By entering the document.write command between the <script> and </script> tags, the browser will recognize it as a JavaScript command and execute the code line. In this case the browser will write Hello World! to the page: <html> <body> <script type="text/javascript"> document.write("Hello World!"); </script> </body> </html> Note: If we had not entered the <script> tag, the browser would have treated the document.write("Hello World!") command as pure text, and just write the entire line on the page. Try it yourself How to Handle Simple Browsers Browsers that do not support JavaScript, will display JavaScript as page content. To prevent them from doing this, and as a part of the JavaScript standard, the HTML comment tag should be used to "hide" the JavaScript. Just add an HTML comment tag <!-- before the first JavaScript statement, and a --> (end of 1 de 1 29/05/2010 10:44 p.m.