Activate a running form from a html page
I have a HTML report with lots of URL's. Each URL represents av key value. When I click an URL I want a running form to be activated (not open a new form). The key value should also be sent to the form as a parameter and a query should be executed automatically.
Is this possible?