ro6er
Programmer
- Jul 1, 2003
- 76
Hi, It might be a simple one but I just can't figure it out. On the following page:
when you use the thumbnails menu, and you click on one that's at the bottom that you have to scroll to using the more button, the whole menu jumps back to the top. My client wants to see that it 'freezes' at the point where you last clicked a thumbnail.
I know this moves it up and down:
onclick="dw_scrollObj.scrollBy('wn',0,-92); return false"
I tried to implement that into a link on the thumbnail so that it passes a var to the next page to hold the position. But just can't seem to get it. All I really need is to know how to generate the link. I can figure out the dynamic part of getting the asp to get it to the right number ie.
onclick="dw_scrollObj.scrollBy('wn',0,-184); return false" or whatever.
Or maybe there's just an easier way of doing this..
Thanks for any help.
Roger
when you use the thumbnails menu, and you click on one that's at the bottom that you have to scroll to using the more button, the whole menu jumps back to the top. My client wants to see that it 'freezes' at the point where you last clicked a thumbnail.
I know this moves it up and down:
onclick="dw_scrollObj.scrollBy('wn',0,-92); return false"
I tried to implement that into a link on the thumbnail so that it passes a var to the next page to hold the position. But just can't seem to get it. All I really need is to know how to generate the link. I can figure out the dynamic part of getting the asp to get it to the right number ie.
onclick="dw_scrollObj.scrollBy('wn',0,-184); return false" or whatever.
Or maybe there's just an easier way of doing this..
Thanks for any help.
Roger