cgi's and procedures...

new topic     » topic index » view thread      » older message » newer message

Ok people, I will try to be as clear as possible:

The situation:

<form name="form1" method="post" action="/cgi-bin/cgi.ex">
  --CGI script in euphoria (cgi.ex) in a windows webserver (Xitami) called 
by a submit form in html

---cgi.ex 
begins-----------------------------------------------------------------------------------------------------

puts(1,form) - where form is another form, When I click submit, I wanto to 
call um()

procedure um()
puts(1,"1")
end procedure

---- end of 
cgi.ex---------------------------------------------------------------------------------------

In words: How do I call a procedure using form if this form is generated by 
the cgi ?
(and the procedure is inside the cgi program).

If procedure um() was another euphoria program, no problem....

Thanks

Rubens

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu