Hi,
when calling a function in a Texis Web script other than 'main' from a
<FORM>, in the URL locator of the browser I can see that parameters were
successfully passed on (i.e.
../function_name.html?parameter_name=parameter_value...) but instead of
the HTML page generated by the new function I see the same HTML page
generated by the 'main' function, so it seems than the other function never
was called!
Why this strange behaviour?
Thanks
Antonio