nice, jose!
see a simpler alternative here:
the last post in the thread uses your original web browser wrapper,
and launches a local httpd that the ajax example html can talk to.
currently uses tinyweb, but should be able to put together a simple
pb httpd with cgi support using erik olsen's and other examples.
the httpd will need to bind only to localhost for security (already modified
erik's code to do this, but need to add cgi support and remove the gui)
------------------
see a simpler alternative here:
the last post in the thread uses your original web browser wrapper,
and launches a local httpd that the ajax example html can talk to.
currently uses tinyweb, but should be able to put together a simple
pb httpd with cgi support using erik olsen's and other examples.
the httpd will need to bind only to localhost for security (already modified
erik's code to do this, but need to add cgi support and remove the gui)
------------------
Comment