Hi, What I want to do:
I have a list of links with id values. Each of these id values get sent to a remote php file, that is in turn returned to the page. ie... <a href="index.php" id="1"> <a href="index.php" id="2"> <a href="index.php" id="3"> <div id="show_results"> Show formated results here. </div>