need some help on another problem related with external links..
i have a webpage A as a form with its action element set to a java servlet. However,within this page i have a link to another webpage B, (through the <A HREF.. .. </A> tag).
I need to pass some value generated at runtime from page A to B through this link,Is there a way??