[ic] Setting a Scratch Variable within an HREF tag

Jonathan Clark jonc@webmaint.net
Sun, 19 Nov 2000 09:09:58 -0000


>     > Is it possible to set a scratch variable when a user clicks on a
link? I am
>     > guessing it would go into the href=[area page]. But, where would it
exactly
>     > go?
>


If you are using forms for the processing you could look at mv_click and
mv_check which allow form processing before page delivery, typically used
for form validation, processing etc.

Jonathan.