
Remember page position when watched icon is clicked [DONE]
Moderator: AniDB
Remember page position when watched icon is clicked [DONE]
Makes it easier for marking episodes as watched. Convenience thing more than anything, shouldn't be too hard to program. 

How'd you program that?
I think on regular websites the page position is remembered by the browser and not by anything on the webserver - or is it possible to via a script (Javascript or something) to bring a page position to the top of the currently opened window?
I guess I haven't been progging websites for too long
If there is a solution for this I definately would love to know how that works too.
I think on regular websites the page position is remembered by the browser and not by anything on the webserver - or is it possible to via a script (Javascript or something) to bring a page position to the top of the currently opened window?
I guess I haven't been progging websites for too long

If there is a solution for this I definately would love to know how that works too.
-
- Posts: 312
- Joined: Sat Aug 02, 2003 3:22 am
- Location: Québec, Canada
That's why I love Chii - one single command saves dozens of clicks ^^Iceman[grrrr] wrote:BUt meanwhile, you can all click the seen icons of the episodes you've watched without letting the page load, it should get all your clicks anyway!
The method is named <a name="anchor">something</a> and marks what the browser should display (/scroll to) when the url ends in an "#anchor".Skywalka wrote:If there is a solution for this I definately would love to know how that works too.

Definitely ^^;Skywalka wrote:I guess I haven't been progging websites for too long