Adding Inline JavaScript to HTML
After creating an image map it's time for us to create hot areas and define there "hot" clickable area. Some things are easier said then done so click on the pay button to see it in action. Once we created the hot area in the last session we continue and learn how to add JavaScript actions that will trigger when the user clicks onto our hot areas.
Intro
Learn the basics of how to integrate JavaScript into any web page.
03:19
The Script Tag
Learn the basics of how to integrate JavaScript into any web page.
07:26
Detecting browsers that don't support JavaScript
In this day and age most browsers have javascript unless the user manually disabled it. It's important for us to validate that our site will work for users without JavaScript (even if not well).
01:27
Commenting out Code we don't want to render
In this session we learn how to comment out our HTML code or our JavaScript code.
03:16
Using external Files for our JavaScript
In this session we learn how to comment out our HTML code or our JavaScript code.
04:45
Creating HTML and JavaScript Image Maps
Creating HTML and JavaScript Image Maps. The first step is we are going to add a new image into our HTML page and define its rules in CSS. Once done we will create our first image Map.
02:39
Creating Hot Sports on Images in HTML
After creating an image map it's time for us to create hot areas and define there %u201Chot%u201D clickable area.
05:17
Adding Inline JavaScript to HTML
Once we created the hot area in the last session we continue and learn how to add JavaScript actions that will trigger when the user clicks onto our hot areas.
07:20
How to get non standard things into HTML
How to get non standard things into HTML. In this session we will learn about Objects and what they are and how to use them to integrate things that are not HTML into HTML.
05:17