Remember page position when watched icon is clicked [DONE]

old granted and denied feature requests

Moderator: AniDB

Locked
kamenoko
Posts: 26
Joined: Mon Jan 20, 2003 2:06 pm
Location: Neither here nor there
Contact:

Remember page position when watched icon is clicked [DONE]

Post by kamenoko »

Makes it easier for marking episodes as watched. Convenience thing more than anything, shouldn't be too hard to program. :lol:
Skywalka
Posts: 889
Joined: Tue Sep 16, 2003 7:57 pm

Post by Skywalka »

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.
Iceman[grrrr]
Posts: 312
Joined: Sat Aug 02, 2003 3:22 am
Location: Québec, Canada

Post by Iceman[grrrr] »

just put #fid in front of the lines with episode then add #fid on the URL of a seen icon...

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!
wahaha
AniDB Staff
Posts: 1497
Joined: Sun Nov 17, 2002 3:33 pm

Post by wahaha »

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!
That's why I love Chii - one single command saves dozens of clicks ^^
Skywalka wrote:If there is a solution for this I definately would love to know how that works too.
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". :P
Skywalka wrote:I guess I haven't been progging websites for too long :)
Definitely ^^;
Locked