JavaScript Problem: Passing a JavaScript Value Between HTML Pages

Опубликовано: 06 Октябрь 2024
на канале: All Things JavaScript, LLC
66,950
748

In this tutorial we are going to look at passing a value from one HTML page to another. We will use two techniques: localstorage and the query string. The value we are going to pass is the number of milliseconds so that we can determine elapsed time.

For more resources on JavaScript:
http://www.allthingsjavascript.com

Access to EVERY course (get 2 months free): https://www.skillshare.com/r/profile/...

Courses offered on Udemy at a discount (access from my site): http://allthingsjavascript.com/course...

Tutorials referred to in this video:
local storage:    • The Ins and Outs of localStorage and ...  
indexedDB:    • Getting Started with indexedDB  
coersion:    • JavaScript Questions: What is Coercion?  
Formatting Time with Date object:    • JavaScript Problem: Formatting Time U...  
Tracking Elapsed Time:    • JavaScript Tip: Tracking Elapsed Time  
Determining Days Between Dates:    • Determining the Number of Days Betwee...  


#javascript #AllThingsJavaScriptLLC