For a client we have made a Job page with a list of the current available jobs. Now when you are down the list and open the job description the other window does not scroll to the top.
I tried a couple of tricks mentioned here: http://stackoverflow.com/questions/1852518/how-to-get-scrolltop-of-an-iframe but these do not seem to work. The best I got was a second scrollbar IN my iframe that was at the top but since the scrollbar of the window around my iframe is still at the bottom position this is not what I want. Is there a way to influance the scrollbar of the window around the iframe from inside the iframe?
Regards,
Ronald