Hello,
I have a page that lists all users in my application. I want to click each link to pull up the page for each user so I can verify the settings for each user. Any suggestions on how to (1) determine how many links are on the page - each link has the same format <a href="edituser.php?id=x">User Name</a> where x is the database ID for the user, and (2) click each link individually, perhaps using a <repeat> or some other construct. Any suggestions would be greatly appreciated. Shawn Bradley President, Sunergeo Systems, Inc. www.sunergeosystems.com

