> I'm trying to implement the following functionality into the file > test.php: > > When I scroll down the page and then hit a button, the page > should remember > the scrolled position, refresh the page and then scroll down to the > remembered position. I've almost managed to make this work, but > only almost. > > The first time I click one of the buttons, the page won't scroll, > but after > that it works fine. I think the reason for this is that the function > hentKoordinat() gets called before $teller is set. hentKoordinat() uses > $teller. > > Anyone know a way to make this work? > > Thanks alot! > > Lars
I've probably misunderstood but can you not use an HTML anchor...? Rich -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php