hello fellows !
got a problem with including some .cgi ref into my site navigation...
I want to include a form created by form.cgi
<?...>
case form:
inlude ("form.xx");
break;
</?>
form.xx:
html-code to bind into my template
form.cgi should be executed here !
is there a way to execute the cgi-skript directly in the switch-function???
or via the form.xx ???
I'm clueless at the moment
thx for thy help !