My problem is whenever someone clicks play on a video in the list (the iframe on the right) it reloads the page and they loose thier place in the list. Is there any way to maintain that position?
Option2-
Use the search string in the tail of the link's href-
index.php?video=21
when the page opens, look for the link that matches
and call linkelement.scrollIntoView(true)
(you need the true for Opera- firefox and IE assume it.)
those were just there because I hadn't edited them yet. I just finished the whole script aside from this. If you refresh you will see the links point toward
<a href="./video6.html">
Also I just realized that its not an iframe I have them in, its a div with scrolling enabled. I can switch it to an iframe though if you can't do what I want with the div.
Bookmarks