This might work (I might be way off, too):
Code:
<html>
<head>
<title>Page Title</title>
<script language=JavaScript>
var formaction = "page.cgi";
function change (action) {
formaction = action;
}
</script>
</head>
<body>
<form action="<script language=JavaScript>
document.write(formaction);</script><br>
<a href="" onClick="change('page2.cgi');">
<img src="image.gif"></a>
</body>
</html>
I could be wrong, but give that a try. Assuming I didn't screw something up, you should be able to create as many of those image links as you want, changing the form action path for each one.
Watch Vincent swoop down and school me on this. 
Bookmarks