in reply to Web navigation

Usually when the links don't actually point anywhere, it's because they've got some Javascript code that hooks into the click events and makes your browser fetch the next page. You may need to reverse engineer their javascript to figure out the links you need to go to.

Replies are listed 'Best First'.
Re^2: Web navigation
by nate11000 (Initiate) on Nov 20, 2005 at 23:45 UTC
    Thanks for the help! That doesn't sound like much fun - but I'll see what I can do.