I want to use a forward I have defined when the user clicks on one of several on a page. A parameter indicates which one the user clicked on. In html, it might look like this:
<a href="http://abc.com?x=1">One</a> <a href="http://abc.com?x=2">Two</a> <a href="http://abc.com?x=3">Three</a>
How would I do this using the html:link tag.
Dean Hoover
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]