Is it possible to call an asp Procedure or Function from a hyperlink? I am trying to call a procedure when I click on a text link.
i.e.
…a href=<%call MyProcedure(arg)%> click me </…
That example doesnt work because it just writes the contents of MyProcedure in to the link.
THANKS FOR ANY HELP!!!:to: