On this website http://berm.tv I am showing a series of videos that use javascript and php to load new content every time a forward and back arrow are pressed.
Here is the relevant javascript:
$('#content').load("pagination.php?page=1", function() {
sizeVideo();
});
In PHP, I get the ?page= variable and use that to load the appropriate content.
Is it possible to bookmark a specific page. For example. ?page=3?