Tag: query string

  • JavaScript Problem: Passing a JavaScript Value Between HTML Pages

    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…