SlideShare una empresa de Scribd logo
1 de 10
Basics JavaScript
By Sazilah Salam
Learning Outcome
At the end of this lesson, students should be
able to:
i) Insert JavaScripts in HTML documents
ii) Declare JavaScript variables in HTML
documents
JavaScript Syntax
• The HTML <script> tag is used to insert a JavaScript into an
HTML page.

The <script> tags tell
the browser to expect
a script in between
them.

<html>
<body>
<script type="text/javascript">
document.write("JavaScript is not Java");
</script>
</body>
This part that
</html>

writes/display the
actual text
3
Where to put your scripts?
1.
2.
3.
4.

Scripts in <head>
Scripts in <body>
In both the body and the head section
Using an External JavaScript

4
Where to put your scripts? <head>.
<html>
<head>
<script type="text/javascript">
function message()
{
alert("This alert box was called with the onload event");
}
</script>
</head>

<body onload="message()">
</body>
</html>
5
Where to put your scripts? <body>.
<html>
<body>
<script type="text/javascript">
document.write("JavaScript is not Java");
</script>
</body>
</html>
6
Where to put your scripts? <head> and <body>
• <html>
<head>
<script type="text/javascript">
function message()
{
alert("This alert box was called with the onload event");
}
</script>
</head>
<body onload="message()">
<script type="text/javascript">
document.write("This message is written by JavaScript");
</script>
</body>
</html>

7
Where to put your scripts? External javascript
• <html>
<head>
<script type="text/javascript" src="xxx.js"></script>
</head>
<body>
JavaScript external
</body>
file with a .js file
</html>
extension.

8
9

JAVASCRIPT VARIABLES
Rules for variable names:
• Variable names are case sensitive
• They must begin with a letter or the underscore character
• You can create a variable with the var statement:
var strname = some value

• You can also create a variable without the var statement:
strname = some value
•

Assign a Value to a Variable
var strname = "Hege"
Or like this:

strname = "Hege"
<html>
<body>
<script type="text/javascript">
var firstname;
firstname=“Toot";
document.write(firstname);
document.write("<br />");
firstname=“Tweet";
document.write(firstname);
</script>

javascript variables
firstname=“Toot";

variable

value

<p>The script above declares a variable, assigns a value to it, displays
the value, changes the value, and displays the value again.</p>
</body>
</html>

Más contenido relacionado

La actualidad más candente

Session vii(java scriptbasics)
Session vii(java scriptbasics)Session vii(java scriptbasics)
Session vii(java scriptbasics)Shrijan Tiwari
 
JavaScript Missing Manual, Ch. 1
JavaScript Missing Manual, Ch. 1JavaScript Missing Manual, Ch. 1
JavaScript Missing Manual, Ch. 1Gene Babon
 
JavaScript Introduction
JavaScript IntroductionJavaScript Introduction
JavaScript IntroductionJainul Musani
 
Basics java scripts
Basics java scriptsBasics java scripts
Basics java scriptsch samaram
 
Introduction to java script
Introduction to java scriptIntroduction to java script
Introduction to java scriptDivyaKS12
 
Servlet/JSP course chapter 2: Introduction to JavaServer Pages (JSP)
Servlet/JSP course chapter 2: Introduction to JavaServer Pages (JSP)Servlet/JSP course chapter 2: Introduction to JavaServer Pages (JSP)
Servlet/JSP course chapter 2: Introduction to JavaServer Pages (JSP)JavaEE Trainers
 
Java script by Act Academy
Java script by Act AcademyJava script by Act Academy
Java script by Act Academyactanimation
 
Java Training Ahmedabad , how to Insert Data in Servlet, iOS Classes Ahmedabad
Java Training Ahmedabad , how to Insert Data in Servlet, iOS Classes AhmedabadJava Training Ahmedabad , how to Insert Data in Servlet, iOS Classes Ahmedabad
Java Training Ahmedabad , how to Insert Data in Servlet, iOS Classes AhmedabadNicheTech Com. Solutions Pvt. Ltd.
 

La actualidad más candente (16)

Session vii(java scriptbasics)
Session vii(java scriptbasics)Session vii(java scriptbasics)
Session vii(java scriptbasics)
 
JavaScript Missing Manual, Ch. 1
JavaScript Missing Manual, Ch. 1JavaScript Missing Manual, Ch. 1
JavaScript Missing Manual, Ch. 1
 
Java Script
Java ScriptJava Script
Java Script
 
Jsp & struts
Jsp & strutsJsp & struts
Jsp & struts
 
Ajax
AjaxAjax
Ajax
 
2310 b 08
2310 b 082310 b 08
2310 b 08
 
2310 b 06
2310 b 062310 b 06
2310 b 06
 
JavaScript Introduction
JavaScript IntroductionJavaScript Introduction
JavaScript Introduction
 
Basics java scripts
Basics java scriptsBasics java scripts
Basics java scripts
 
JavaScript - Part-1
JavaScript - Part-1JavaScript - Part-1
JavaScript - Part-1
 
Web&java. jsp
Web&java. jspWeb&java. jsp
Web&java. jsp
 
Introduction to java script
Introduction to java scriptIntroduction to java script
Introduction to java script
 
Java ppt
Java pptJava ppt
Java ppt
 
Servlet/JSP course chapter 2: Introduction to JavaServer Pages (JSP)
Servlet/JSP course chapter 2: Introduction to JavaServer Pages (JSP)Servlet/JSP course chapter 2: Introduction to JavaServer Pages (JSP)
Servlet/JSP course chapter 2: Introduction to JavaServer Pages (JSP)
 
Java script by Act Academy
Java script by Act AcademyJava script by Act Academy
Java script by Act Academy
 
Java Training Ahmedabad , how to Insert Data in Servlet, iOS Classes Ahmedabad
Java Training Ahmedabad , how to Insert Data in Servlet, iOS Classes AhmedabadJava Training Ahmedabad , how to Insert Data in Servlet, iOS Classes Ahmedabad
Java Training Ahmedabad , how to Insert Data in Servlet, iOS Classes Ahmedabad
 

Destacado

Soodakattilalaitoksen lisäveden orgaanisen aineen vähentäminen (in Finnish)
Soodakattilalaitoksen lisäveden orgaanisen aineen vähentäminen (in Finnish)Soodakattilalaitoksen lisäveden orgaanisen aineen vähentäminen (in Finnish)
Soodakattilalaitoksen lisäveden orgaanisen aineen vähentäminen (in Finnish)Tero Luukkonen
 
Presi dalla rete: rischi e opportunità
Presi dalla rete: rischi e opportunitàPresi dalla rete: rischi e opportunità
Presi dalla rete: rischi e opportunitàCaterina Policaro
 
Literatura mediaval. alumno pcpi
Literatura mediaval. alumno pcpiLiteratura mediaval. alumno pcpi
Literatura mediaval. alumno pcpihortenfc
 
Malnutrition
MalnutritionMalnutrition
Malnutritionkaoseu
 
Ecc3601 lecture 1
Ecc3601 lecture 1Ecc3601 lecture 1
Ecc3601 lecture 1makhfudzah
 
Crowd-Management, Werkzeug der zukünftigen ökonomischen Prozesse?
Crowd-Management, Werkzeug der zukünftigen ökonomischen Prozesse? Crowd-Management, Werkzeug der zukünftigen ökonomischen Prozesse?
Crowd-Management, Werkzeug der zukünftigen ökonomischen Prozesse? NETBAES
 
Light reflaction and refraction
Light reflaction and refractionLight reflaction and refraction
Light reflaction and refractionAbhaya Gupta
 
Konstruksi Bangunan : Perancah (Scaffolding)
Konstruksi Bangunan : Perancah (Scaffolding)Konstruksi Bangunan : Perancah (Scaffolding)
Konstruksi Bangunan : Perancah (Scaffolding)Dian Sari
 
Bosch '''project part-A for MBA student
Bosch '''project part-A for MBA student Bosch '''project part-A for MBA student
Bosch '''project part-A for MBA student yathish Gowda
 

Destacado (16)

George Waters
George WatersGeorge Waters
George Waters
 
Diari del 18 d'octubre de 2013
Diari del 18 d'octubre de 2013Diari del 18 d'octubre de 2013
Diari del 18 d'octubre de 2013
 
Guanajuato
GuanajuatoGuanajuato
Guanajuato
 
водоспади
водоспадиводоспади
водоспади
 
Order of Marechaussee
Order of MarechausseeOrder of Marechaussee
Order of Marechaussee
 
El nivel de iconicidad
El nivel de iconicidadEl nivel de iconicidad
El nivel de iconicidad
 
Soodakattilalaitoksen lisäveden orgaanisen aineen vähentäminen (in Finnish)
Soodakattilalaitoksen lisäveden orgaanisen aineen vähentäminen (in Finnish)Soodakattilalaitoksen lisäveden orgaanisen aineen vähentäminen (in Finnish)
Soodakattilalaitoksen lisäveden orgaanisen aineen vähentäminen (in Finnish)
 
UiTforum 2013 - De draad oppikken
UiTforum 2013 - De draad oppikkenUiTforum 2013 - De draad oppikken
UiTforum 2013 - De draad oppikken
 
Presi dalla rete: rischi e opportunità
Presi dalla rete: rischi e opportunitàPresi dalla rete: rischi e opportunità
Presi dalla rete: rischi e opportunità
 
Literatura mediaval. alumno pcpi
Literatura mediaval. alumno pcpiLiteratura mediaval. alumno pcpi
Literatura mediaval. alumno pcpi
 
Malnutrition
MalnutritionMalnutrition
Malnutrition
 
Ecc3601 lecture 1
Ecc3601 lecture 1Ecc3601 lecture 1
Ecc3601 lecture 1
 
Crowd-Management, Werkzeug der zukünftigen ökonomischen Prozesse?
Crowd-Management, Werkzeug der zukünftigen ökonomischen Prozesse? Crowd-Management, Werkzeug der zukünftigen ökonomischen Prozesse?
Crowd-Management, Werkzeug der zukünftigen ökonomischen Prozesse?
 
Light reflaction and refraction
Light reflaction and refractionLight reflaction and refraction
Light reflaction and refraction
 
Konstruksi Bangunan : Perancah (Scaffolding)
Konstruksi Bangunan : Perancah (Scaffolding)Konstruksi Bangunan : Perancah (Scaffolding)
Konstruksi Bangunan : Perancah (Scaffolding)
 
Bosch '''project part-A for MBA student
Bosch '''project part-A for MBA student Bosch '''project part-A for MBA student
Bosch '''project part-A for MBA student
 

Similar a Lecture6

JavaScriptL18 [Autosaved].pptx
JavaScriptL18 [Autosaved].pptxJavaScriptL18 [Autosaved].pptx
JavaScriptL18 [Autosaved].pptxVivekBaghel30
 
Introduction to java script
Introduction to java scriptIntroduction to java script
Introduction to java scriptnanjil1984
 
Js placement
Js placementJs placement
Js placementSireesh K
 
Basic JavaScript Tutorial
Basic JavaScript TutorialBasic JavaScript Tutorial
Basic JavaScript TutorialDHTMLExtreme
 
Java script writing javascript
Java script writing javascriptJava script writing javascript
Java script writing javascriptJesus Obenita Jr.
 
การเข ยนโปรแกรมต ดต_อฐานข_อม_ล
การเข ยนโปรแกรมต ดต_อฐานข_อม_ลการเข ยนโปรแกรมต ดต_อฐานข_อม_ล
การเข ยนโปรแกรมต ดต_อฐานข_อม_ลBongza Naruk
 
FYBSC IT Web Programming Unit III Javascript
FYBSC IT Web Programming Unit III JavascriptFYBSC IT Web Programming Unit III Javascript
FYBSC IT Web Programming Unit III JavascriptArti Parab Academics
 
JAVASCRIPT 1.pptx.pptx
JAVASCRIPT 1.pptx.pptxJAVASCRIPT 1.pptx.pptx
JAVASCRIPT 1.pptx.pptxBeingPrime
 
BEAAUTIFUL presentation of java
BEAAUTIFUL  presentation of javaBEAAUTIFUL  presentation of java
BEAAUTIFUL presentation of javarana usman
 
JavaScript - Getting Started.pptx
JavaScript - Getting Started.pptxJavaScript - Getting Started.pptx
JavaScript - Getting Started.pptxJonnJorellPunto
 
JS BASICS JAVA SCRIPT SCRIPTING
JS BASICS JAVA SCRIPT SCRIPTINGJS BASICS JAVA SCRIPT SCRIPTING
JS BASICS JAVA SCRIPT SCRIPTINGArulkumar
 
JavaScript with Syntax & Implementation
JavaScript with Syntax & ImplementationJavaScript with Syntax & Implementation
JavaScript with Syntax & ImplementationSoumen Santra
 

Similar a Lecture6 (20)

JavaScriptL18 [Autosaved].pptx
JavaScriptL18 [Autosaved].pptxJavaScriptL18 [Autosaved].pptx
JavaScriptL18 [Autosaved].pptx
 
Introduction to java script
Introduction to java scriptIntroduction to java script
Introduction to java script
 
Js placement
Js placementJs placement
Js placement
 
FSJavaScript.ppt
FSJavaScript.pptFSJavaScript.ppt
FSJavaScript.ppt
 
Unit 2.4
Unit 2.4Unit 2.4
Unit 2.4
 
Basic JavaScript Tutorial
Basic JavaScript TutorialBasic JavaScript Tutorial
Basic JavaScript Tutorial
 
Java script writing javascript
Java script writing javascriptJava script writing javascript
Java script writing javascript
 
Hello world
Hello worldHello world
Hello world
 
Java script
Java scriptJava script
Java script
 
การเข ยนโปรแกรมต ดต_อฐานข_อม_ล
การเข ยนโปรแกรมต ดต_อฐานข_อม_ลการเข ยนโปรแกรมต ดต_อฐานข_อม_ล
การเข ยนโปรแกรมต ดต_อฐานข_อม_ล
 
FYBSC IT Web Programming Unit III Javascript
FYBSC IT Web Programming Unit III JavascriptFYBSC IT Web Programming Unit III Javascript
FYBSC IT Web Programming Unit III Javascript
 
JAVASCRIPT 1.pptx.pptx
JAVASCRIPT 1.pptx.pptxJAVASCRIPT 1.pptx.pptx
JAVASCRIPT 1.pptx.pptx
 
Javascript
JavascriptJavascript
Javascript
 
BEAAUTIFUL presentation of java
BEAAUTIFUL  presentation of javaBEAAUTIFUL  presentation of java
BEAAUTIFUL presentation of java
 
jQuery
jQueryjQuery
jQuery
 
Java Script (Module 1).pptx
Java Script (Module 1).pptxJava Script (Module 1).pptx
Java Script (Module 1).pptx
 
JavaScript - Getting Started.pptx
JavaScript - Getting Started.pptxJavaScript - Getting Started.pptx
JavaScript - Getting Started.pptx
 
Unit 2.4
Unit 2.4Unit 2.4
Unit 2.4
 
JS BASICS JAVA SCRIPT SCRIPTING
JS BASICS JAVA SCRIPT SCRIPTINGJS BASICS JAVA SCRIPT SCRIPTING
JS BASICS JAVA SCRIPT SCRIPTING
 
JavaScript with Syntax & Implementation
JavaScript with Syntax & ImplementationJavaScript with Syntax & Implementation
JavaScript with Syntax & Implementation
 

Último

Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 

Último (20)

Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 

Lecture6

  • 2. Learning Outcome At the end of this lesson, students should be able to: i) Insert JavaScripts in HTML documents ii) Declare JavaScript variables in HTML documents
  • 3. JavaScript Syntax • The HTML <script> tag is used to insert a JavaScript into an HTML page. The <script> tags tell the browser to expect a script in between them. <html> <body> <script type="text/javascript"> document.write("JavaScript is not Java"); </script> </body> This part that </html> writes/display the actual text 3
  • 4. Where to put your scripts? 1. 2. 3. 4. Scripts in <head> Scripts in <body> In both the body and the head section Using an External JavaScript 4
  • 5. Where to put your scripts? <head>. <html> <head> <script type="text/javascript"> function message() { alert("This alert box was called with the onload event"); } </script> </head> <body onload="message()"> </body> </html> 5
  • 6. Where to put your scripts? <body>. <html> <body> <script type="text/javascript"> document.write("JavaScript is not Java"); </script> </body> </html> 6
  • 7. Where to put your scripts? <head> and <body> • <html> <head> <script type="text/javascript"> function message() { alert("This alert box was called with the onload event"); } </script> </head> <body onload="message()"> <script type="text/javascript"> document.write("This message is written by JavaScript"); </script> </body> </html> 7
  • 8. Where to put your scripts? External javascript • <html> <head> <script type="text/javascript" src="xxx.js"></script> </head> <body> JavaScript external </body> file with a .js file </html> extension. 8
  • 9. 9 JAVASCRIPT VARIABLES Rules for variable names: • Variable names are case sensitive • They must begin with a letter or the underscore character • You can create a variable with the var statement: var strname = some value • You can also create a variable without the var statement: strname = some value • Assign a Value to a Variable var strname = "Hege" Or like this: strname = "Hege"
  • 10. <html> <body> <script type="text/javascript"> var firstname; firstname=“Toot"; document.write(firstname); document.write("<br />"); firstname=“Tweet"; document.write(firstname); </script> javascript variables firstname=“Toot"; variable value <p>The script above declares a variable, assigns a value to it, displays the value, changes the value, and displays the value again.</p> </body> </html>