I have this html page, that gathers the movie name and stores it in a JavaScript variable.
If you do not want to use any server side technology then you can use query string. Add movie name as query string parameter while opening the new page then in new page access URL to fetch this variable.
Second Page:
Note: I have not written getQueryVariable function myself. Credit goes to this link.