posted 22 years ago
Not sure if I'm getting your question straight or not, but here's a shot:
You want to create a link that will submit a request complete with request parameters, but do not want to display those parameters as part of the URL.
If so, I'd create a form with all the parameters that you want to submit as hidden values. This form would have no page-visibile components. Then, when the link is clicked, you submit the form via JavaScript (no submit button necessary).
For example:
hth,
bear
[ March 25, 2003: Message edited by: Bear Bibeault ]