Skip to content

Instantly share code, notes, and snippets.

@Shivraj97
Created May 13, 2020 08:32
Show Gist options
  • Select an option

  • Save Shivraj97/0ee2cf482a381b396541f2763f510fe0 to your computer and use it in GitHub Desktop.

Select an option

Save Shivraj97/0ee2cf482a381b396541f2763f510fe0 to your computer and use it in GitHub Desktop.
function movieSelected(id) {
sessionStorage.setItem("movieId", id);
window.location = "movie.html";
return true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment