Hi! How do I make an HREF link "call" a dispatch function (and "pass" parameters without having to write long strings like this:
"/?foo=1&bar=2&baz=3"
I am able to do it with forms, using POST, but not with HREFs. :-(
Sorry, I'm new to Hunchentoot. Please bear with me. Thanks. :-)