Forum Discussion
Altera_Forum
Honored Contributor
16 years agoSending requests to BOA while CGI is running...
Hi all, My problem is very simple : After choosing some parameters in a classic HTML page, a CGI script is launched (according to the user parameters) but the program inside the cgi is ver...
Altera_Forum
Honored Contributor
16 years agoThe best is to use JSON format with AJAX on your HTML.
You have to create a new CGI wich is able to ask value to your main program thanks to signals. The "small" CGI will be launch by an AJAX request on your html page. It's work for sure.