Page 1 of 1

Calling functions other than 'main'

Posted: Wed May 03, 2000 11:22 am
by Thunderstone


Hi,
in a test Texis Web script I defined a function (other than main) called
'result', but when I try to call it (in a form, e.g: <FORM METHOD=get
ACTION=$url/result>) I get this message:
"002 /scripts/test/result: Can't open source file
/root_document/scripts/test/result:
Not a directory in the function compilefile."
This function REALLY EXISTS in my script!!
So what went wrong?

Thanks
Antonio





Calling functions other than 'main'

Posted: Wed May 03, 2000 12:30 pm
by Thunderstone



The URL syntax is incorrect. Use $url/result.html instead of $url/result.
See http://www.thunderstone.com/vortexman/node18.html.

-Kai